PreviousTextBufferWord(3W) UNIX System V PreviousTextBufferWord(3W)
Text Buffer Utilities
NAME
PreviousTextBufferWord
SYNOPSIS
#include <textbuff.h>
...
extern TextLocation PreviousTextBufferWord(textBuffer, current)
TextBuffer * textBuffer;
TextLocation current;
DESCRIPTION
The PreviousTextBufferWord function is used to locate the beginning of a
word in a TextBuffer relative to a given current location. It returns
the location of the beginning of the word which precedes the given
current location. If the current location is within a word this function
will skip over the current word. If the current word is the first word
in the TextBuffer the function wraps to the end of the buffer.
SEE ALSO
PreviousTextBufferWord(3W)
10/89 Page 1