Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ReplaceBlockInTextBuffer(3)

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

ReplaceBlockInTextBuffer(3)

Sun Release 4.0  —  Last change:

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026