HomeSort by: relevance | last modified time | path
    Searched defs:sc_u_out (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
screen.c 102 *sc_u_out, /* Exit underline mode */ variable
364 sc_u_out = tgetstr("ue", &sp);
365 if (hard || sc_u_out == NULL)
366 sc_u_out = sc_s_out;
567 tputs(sc_u_out, 1, putchr);
  /src/external/bsd/less/dist/
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);
2727 tput_outmode(sc_u_out, AT_UNDERLINE, putchr);

Completed in 26 milliseconds