NextLocation(3W) UNIX System V NextLocation(3W)
Text Buffer Utilities
NAME
NextLocation
SYNOPSIS
#include <textbuff.h>
...
extern TextLocation NextLocation(textBuffer, current)
TextBuffer * textBuffer;
TextLocation current;
DESCRIPTION
The NextLocation function returns the TextLocation which follows the
given current location in a TextBuffer. If the current location points
to the end of the TextBuffer this function wraps.
SEE ALSO
PreviousLocation(3W)
10/89 Page 1