ReplaceCharInTextBuffer(3W) — MISC. REFERENCE MANUAL PAGES
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
Sun Release 4.0 — Last change: