Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c1175 static int forw_loop(int until_hilite) in forw_loop() argument
1185 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in forw_loop()
1189 if (until_hilite && highest_hilite > curr_len) in forw_loop()
1205 return (until_hilite ? A_F_UNTIL_HILITE : A_F_FOREVER); in forw_loop()