Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dscreen.c261 static lbool term_init_done = FALSE; variable
1979 if (term_init_done) in term_init()
1981 term_init_done = term_init_ever = TRUE; in term_init()
2045 if (!term_init_done) in term_deinit()
2076 term_init_done = FALSE; in term_deinit()
2084 return (is_tty && term_init_done); in interactive()