Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c3103 static LWCHAR last_downs[LAST_DOWN_COUNT] = { 0 }; variable
3221 last_downs[last_down_index] = ch; in set_last_down()
3230 if (last_downs[i] == ch) in find_last_down()
3231 return &last_downs[i]; in find_last_down()