Searched refs:highest_hilite (Results 1 – 2 of 2) sorted by relevance
65 public POSITION highest_hilite; /* Pos of last hilite in file found so far */ variable717 if (highest_hilite != NULL_POSITION && pos != NULL_POSITION && pos > highest_hilite) in store_char()718 highest_hilite = pos; in store_char()
45 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()