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

/macosx-10.9.5/less-23/less/
H A Dinput.c31 extern POSITION start_attnpos;
397 start_attnpos = pos;
H A Dsearch.c60 extern POSITION start_attnpos;
332 if (start_attnpos == NULL_POSITION)
334 old_start_attnpos = start_attnpos;
336 start_attnpos = end_attnpos = NULL_POSITION;
656 start_attnpos != NULL_POSITION &&
658 (epos == NULL_POSITION || epos > start_attnpos))
H A Dline.c63 extern POSITION start_attnpos;
199 if (start_attnpos != NULL_POSITION &&
200 pos >= start_attnpos && pos < end_attnpos)
H A Dmain.c35 public POSITION start_attnpos = NULL_POSITION; variable

Completed in 186 milliseconds