tag
line
file
source code
put_char
157
drivers/char/n_tty.c
static inline void put_char(unsigned char c, struct tty_struct *tty)
put_char
190
zBoot/gzip.h
#define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\