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