taglinefilesource code
process_char_map363drivers/char/n_tty.cif (!test_bit(c, &tty->process_char_map) || tty->lnext) {
process_char_map606drivers/char/n_tty.cmemset(tty->process_char_map, 0, 256/32);
process_char_map609drivers/char/n_tty.cset_bit('\r', &tty->process_char_map);
process_char_map611drivers/char/n_tty.cset_bit('\n', &tty->process_char_map);
process_char_map614drivers/char/n_tty.cset_bit(ERASE_CHAR(tty), &tty->process_char_map);
process_char_map615drivers/char/n_tty.cset_bit(KILL_CHAR(tty), &tty->process_char_map);
process_char_map616drivers/char/n_tty.cset_bit(EOF_CHAR(tty), &tty->process_char_map);
process_char_map617drivers/char/n_tty.cset_bit('\n', &tty->process_char_map);
process_char_map618drivers/char/n_tty.cset_bit(EOL_CHAR(tty), &tty->process_char_map);
process_char_map621drivers/char/n_tty.c&tty->process_char_map);
process_char_map623drivers/char/n_tty.c&tty->process_char_map);
process_char_map625drivers/char/n_tty.c&tty->process_char_map);
process_char_map628drivers/char/n_tty.c&tty->process_char_map);
process_char_map632drivers/char/n_tty.cset_bit(START_CHAR(tty), &tty->process_char_map);
process_char_map633drivers/char/n_tty.cset_bit(STOP_CHAR(tty), &tty->process_char_map);
process_char_map636drivers/char/n_tty.cset_bit(INTR_CHAR(tty), &tty->process_char_map);
process_char_map637drivers/char/n_tty.cset_bit(QUIT_CHAR(tty), &tty->process_char_map);
process_char_map638drivers/char/n_tty.cset_bit(SUSP_CHAR(tty), &tty->process_char_map);
process_char_map640drivers/char/n_tty.cclear_bit(__DISABLED_CHAR, &tty->process_char_map);
process_char_map222include/linux/tty.hint process_char_map[256/32];