GetTextBufferBuffer(3W) UNIX System V GetTextBufferBuffer(3W)
Text Buffer Utilities
NAME
GetTextBufferBuffer
SYNOPSIS
#include <textbuff.h>
...
extern Buffer * GetTextBufferBuffer(text, line)
TextBuffer * text;
TextLine line;
DESCRIPTION
The GetTextBufferBuffer function is used to retrieve a pointer to the
Buffer stored in TextBuffer text for line. This pointer is volatile;
subsequent calls to any TextBuffer routine may make it invalid. If a
more permanent copy of this Buffer is required the Buffer Utility
CopyBuffer can be used to create a private copy of it.
SEE ALSO
GetTextBufferBlock(3W), GetTextBufferLocation(3W)
10/89 Page 1