ReplaceCharInTextBuffer(3W) UNIX System V ReplaceCharInTextBuffer(3W)
Text Buffer Utilities
NAME
ReplaceCharInTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern EditResult ReplaceCharInTextBuffer(text, location, c, f, d)
TextBuffer * text;
TextLocation * location;
int c;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The ReplaceCharInTextBuffer function is used to replace the character in
the TextBuffer text at location with the character c.
SEE ALSO
ReplaceBlockInTextBuffer(3W)
10/89 Page 1