Searched refs:highest_hilite (Results 1 – 2 of 2) sorted by relevance
42 extern POSITION highest_hilite;1320 highest_hilite = prev_hilite = 0; in forw_loop()1324 if (action != A_F_FOREVER && highest_hilite > prev_hilite) in forw_loop()1329 prev_hilite = highest_hilite; in forw_loop()1334 highest_hilite = NULL_POSITION; in forw_loop()
65 public POSITION highest_hilite; /* Pos of last hilite in file found so far */ variable876 if (highest_hilite != NULL_POSITION && pos != NULL_POSITION && pos > highest_hilite) in store_char()877 highest_hilite = pos; in store_char()