Home
last modified time | relevance | path

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

/dports/vietnamese/vnless/vnless/
H A Dscreen.c56 *sc_u_out, /* Exit underline mode */ variable
343 sc_u_out = tgetstr("ue", &sp); in get_term()
344 if (hard || sc_u_out == NULL) in get_term()
345 sc_u_out = sc_s_out; in get_term()
563 tputs(sc_u_out, 1, putchr); in ul_exit()
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dscreen.c101 *sc_u_out, /* Exit underline mode */ variable
382 sc_u_out = tgetstr("ue", &sp); in get_term()
383 if (hard || sc_u_out == NULL) in get_term()
384 sc_u_out = sc_s_out; in get_term()
622 tputs(sc_u_out, 1, putchr); in ul_exit()
/dports/korean/engdic/engdic-0.2/
H A Dscreen.c107 *sc_u_out, /* Exit underline mode */ variable
382 sc_u_out = tgetstr("ue", &sp); in get_term()
383 if (hard || sc_u_out == NULL) in get_term()
384 sc_u_out = sc_s_out; in get_term()
587 tputs(sc_u_out, 1, putchr); in ul_exit()
/dports/chinese/cless/cless-290/
H A Dscreen.c97 *sc_u_out, /* Exit underline mode */ variable
641 sc_u_out = "(UL-)"; in get_debug_term()
813 sc_u_out = tgetstr("ue", &sp); in get_term()
814 if (hard || sc_u_out == NULL) in get_term()
815 sc_u_out = sc_s_out; in get_term()
1135 tputs(sc_u_out, 1, putchr); in ul_exit()
/dports/japanese/less/less-382.262.03.01/
H A Dscreen.c176 *sc_u_out, /* Exit underline mode */ variable
1230 tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp); in get_term()
2228 tputs(sc_u_out, 1, putchr); in ul_exit()
/dports/sysutils/less/less-551/
H A Dscreen.c182 *sc_u_out, /* Exit underline mode */ variable
1264 tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp); in get_term()
2294 tputs(sc_u_out, 1, putchr); in at_exit()