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