Searched refs:highest_hilite (Results 1 – 2 of 2) sorted by relevance
43 extern POSITION highest_hilite;1371 highest_hilite = prev_hilite = 0; in forw_loop()1375 if (action != A_F_FOREVER && highest_hilite > prev_hilite) in forw_loop()1380 prev_hilite = highest_hilite; in forw_loop()1385 highest_hilite = NULL_POSITION; in forw_loop()
64 public POSITION highest_hilite; /* Pos of last hilite in file found so far */ variable895 if (highest_hilite != NULL_POSITION && pos != NULL_POSITION && pos > highest_hilite) in store_char()896 highest_hilite = pos; in store_char()