Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c1259 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