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