Searched refs:sc_u_out (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/distrib/utils/more/ |
H A D | screen.c | 102 *sc_u_out, /* Exit underline mode */ variable 364 sc_u_out = tgetstr("ue", &sp); in get_term() 365 if (hard || sc_u_out == NULL) in get_term() 366 sc_u_out = sc_s_out; in get_term() 567 tputs(sc_u_out, 1, putchr); in ul_exit()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | screen.c | 216 *sc_u_out, /* Exit underline mode */ variable 1377 tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp); in get_term() 2727 tput_outmode(sc_u_out, AT_UNDERLINE, putchr); in at_exit()
|
/netbsd-src/external/bsd/less/dist/lesstest/lt/ |
H A D | subsearch.lt | 244 *sc_u_out, /* Exit underline mode */ 1394 tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp); 2744 tput_outmode(sc_u_out, AT_UNDERLINE, putchr);
|