Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDcommand.c1253 static int forw_loop(int until_hilite) in forw_loop() argument
1263 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in forw_loop()
1267 if (until_hilite && highest_hilite > curr_len) in forw_loop()
1283 return (until_hilite ? A_F_UNTIL_HILITE : A_F_FOREVER); in forw_loop()