Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dline.c65 public POSITION highest_hilite; /* Pos of last hilite in file found so far */ variable
717 if (highest_hilite != NULL_POSITION && pos != NULL_POSITION && pos > highest_hilite) in store_char()
718 highest_hilite = pos; in store_char()
H A Dcommand.c45 extern POSITION highest_hilite;
1197 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in forw_loop()
1201 if (until_hilite && highest_hilite > curr_len) in forw_loop()