Home
last modified time | relevance | path

Searched refs:start_attnpos (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/less/dist/
Dsearch.c36 extern POSITION start_attnpos;
300 if (start_attnpos == NULL_POSITION) in clear_attn()
302 old_start_attnpos = start_attnpos; in clear_attn()
304 start_attnpos = end_attnpos = NULL_POSITION; in clear_attn()
570 start_attnpos != NULL_POSITION && in is_hilited_attr()
572 (epos == NULL_POSITION || epos >= start_attnpos)) in is_hilited_attr()
Dinput.c31 extern POSITION start_attnpos;
625 start_attnpos = pos; in set_attnpos()
Dline.c103 extern POSITION start_attnpos;
346 else if (start_attnpos != NULL_POSITION && in plinestart()
347 pos >= start_attnpos && pos <= end_attnpos) in plinestart()
Dmain.c29 public POSITION start_attnpos = NULL_POSITION; variable
Dcommand.c46 extern POSITION start_attnpos;