Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c223 *sc_deinit; /* Exit terminal de-initialization */
1337 sc_deinit= ltgetstr("te", &sp); in get_term()
1338 if (sc_deinit == NULL) in get_term()
1339 sc_deinit = ""; in get_term()
1767 if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen) in init()
1827 ltputs(sc_deinit, sc_height, putchr); in deinit()
226 *sc_deinit; /* Exit terminal de-initialization */ global() variable