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