Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dscreen.c3130 static LWCHAR last_downs[LAST_DOWN_COUNT] = { 0 }; variable
3248 last_downs[last_down_index] = ch; in set_last_down()
3257 if (last_downs[i] == ch) in find_last_down()
3258 return &last_downs[i]; in find_last_down()