Searched refs:start_attnpos (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dsearch.c35 extern POSITION start_attnpos;
272 if (start_attnpos == NULL_POSITION)
274 old_start_attnpos = start_attnpos;
276 start_attnpos = end_attnpos = NULL_POSITION;
418 start_attnpos != NULL_POSITION &&
420 (epos == NULL_POSITION || epos > start_attnpos))
H A Dinput.c30 extern POSITION start_attnpos;
448 start_attnpos = pos;
H A Dline.c62 extern POSITION start_attnpos;
195 if (start_attnpos != NULL_POSITION &&
196 pos >= start_attnpos && pos < end_attnpos)
H A Dmain.c28 public POSITION start_attnpos = NULL_POSITION; variable

Completed in 106 milliseconds