Searched defs:show_char (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c621 show_char(char *buf, int c) function
653 show_char(cbuf, (int)termio.c_cc[i]));
679 show_char(cbuf, (int)termios.c_cc[i]));
719 show_char(erase, sgttyb.sg_erase),
720 show_char(kill, sgttyb.sg_kill),
737 (void) printf(" %s", show_char(cbuf, (int)*p++));
753 (void) printf(" %s", show_char(cbuf, (int)*p++));

Completed in 56 milliseconds