Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c285 static lbool term_init_done = FALSE; variable
2082 if (term_init_done) in term_init()
2084 term_init_done = term_init_ever = TRUE; in term_init()
2148 if (!term_init_done) in term_deinit()
2179 term_init_done = FALSE; in term_deinit()
2187 return (is_tty && term_init_done); in interactive()