taglinefilesource code
o_ltp800drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
o_ltp812drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp878drivers/char/tty_io.cif (!*o_ltp_loc && !o_ltp) {
o_ltp879drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp881drivers/char/tty_io.cif (!o_ltp)
o_ltp883drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp927drivers/char/tty_io.c*o_ltp_loc = o_ltp;
o_ltp928drivers/char/tty_io.co_ltp = NULL;
o_ltp964drivers/char/tty_io.cif (o_ltp)
o_ltp965drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));
o_ltp977drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1025drivers/char/tty_io.co_ltp = (o_tty) ? o_tty->termios_locked : NULL;
o_ltp1041drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {