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