Home
last modified time | relevance | path

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

/netbsd/src/distrib/utils/more/
Dscreen.c104 *sc_b_out, /* Exit bold mode */ variable
372 sc_b_out = sc_s_out; in get_term()
375 sc_b_out = tgetstr("me", &sp); in get_term()
376 if (hard || sc_b_out == NULL) in get_term()
377 sc_b_out = ""; in get_term()
585 tputs(sc_b_out, 1, putchr); in bo_exit()
/netbsd/src/external/bsd/less/dist/
Dscreen.c218 *sc_b_out, /* Exit bold mode */ variable
1378 tmodes("md", "me", &sc_b_in, &sc_b_out, sc_s_in, sc_s_out, &sp); in get_term()
2726 tput_outmode(sc_b_out, AT_BOLD, putchr); in at_exit()