PositionOfLine(3W) UNIX System V PositionOfLine(3W)
Text Buffer Utilities
NAME
PositionOfLine
SYNOPSIS
#include <textbuff.h>
...
extern TextPosition PositionOfLine(text, lineindex)
TextBuffer * text;
TextLine lineindex;
DESCRIPTION
The PositionOfLine function is used to translate a lineindex in the text
TextBuffer to a TextPosition. It returns the translated TextPosition or
EOF if the lineindex is invalid.
SEE ALSO
LineOfPosition(3W), PositionOfLocation(3W), LocationOfPosition(3W)
10/89 Page 1