EndCurrentTextBufferWord(3W) UNIX System V EndCurrentTextBufferWord(3W)
Text Buffer Utilities
NAME
EndCurrentTextBufferWord
SYNOPSIS
#include <textbuff.h>
...
extern TextLocation EndCurrentTextBufferWord(textBuffer, current)
TextBuffer * textBuffer;
TextLocation current;
DESCRIPTION
The EndCurrentTextBufferWord function is used to locate the end of a word
in the TextBuffer relative to a given current location. The function
returns the location of the end of the current word. Note: this return
value will equal the given current value if the current location is
already at the end of a word.
SEE ALSO
PreviousTextBufferWord(3W), NextTextBufferWord(3W)
10/89 Page 1