NextTextBufferWord(3W) UNIX System V NextTextBufferWord(3W)
Text Buffer Utilities
NAME
NextTextBufferWord
SYNOPSIS
#include <textbuff.h>
...
extern TextLocation NextTextBufferWord(textBuffer, current)
TextBuffer * textBuffer;
TextLocation current;
DESCRIPTION
The NextTextBufferWord function is used to locate the beginning of the
next word from a given current location in a TextBuffer. If the current
location is within the last word in the TextBuffer the function wraps to
the beginning of the TextBuffer.
SEE ALSO
PreviousTextBufferWord(3W), StartCurrentTextBufferWord(3W)
10/89 Page 1