Searched refs:show_char (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 620 show_char(char *buf, int c) in show_char() function 652 show_char(cbuf, (int)termio.c_cc[i])); in show_termio() 678 show_char(cbuf, (int)termios.c_cc[i])); in show_termios() 718 show_char(erase, sgttyb.sg_erase), in show_sgttyb() 719 show_char(kill, sgttyb.sg_kill), in show_sgttyb() 736 (void) printf(" %s", show_char(cbuf, (int)*p++)); in show_ltchars() 752 (void) printf(" %s", show_char(cbuf, (int)*p++)); in show_tchars()
|