Searched refs:highest_hilite (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dline.c49 public POSITION highest_hilite; /* Pos of last hilite in file found so far */ variable
688 if (highest_hilite != NULL_POSITION && pos > highest_hilite)
689 highest_hilite = pos;
H A Dcommand.c43 extern POSITION highest_hilite;
1153 highest_hilite = until_hilite ? curr_len : NULL_POSITION;
1157 if (until_hilite && highest_hilite > curr_len)

Completed in 63 milliseconds