Searched refs:until_hilite (Results 1 – 1 of 1) sorted by relevance
1259 static int forw_loop(int until_hilite) in commands() 1269 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in commands() 1273 if (until_hilite && highest_hilite > curr_len) in commands() 1289 return (until_hilite ? A_F_UNTIL_HILITE : A_F_FOREVER); in commands() 1175 forw_loop(int until_hilite) forw_loop() argument