Lines Matching refs:t_endmsg
710 tp->t_endmsg = NULL; in ldtermopen()
1123 tp->t_endmsg = NULL; in ldtermrput()
1170 tp->t_endmsg = NULL; in ldtermrput()
1488 tp->t_endmsg = NULL; in ldtermrsrv()
1585 tp->t_endmsg = NULL; in ldtermrmsg()
1778 bpt = tp->t_endmsg; in ldterm_docanon()
1787 bpt = tp->t_endmsg; in ldterm_docanon()
1799 bpt = tp->t_endmsg; in ldterm_docanon()
1809 bpt = tp->t_endmsg; in ldterm_docanon()
1813 bpt = tp->t_endmsg; in ldterm_docanon()
1838 bpt = tp->t_endmsg; in ldterm_docanon()
1850 bpt = tp->t_endmsg; in ldterm_docanon()
1919 tp->t_endmsg = NULL; in ldterm_docanon()
1947 tp->t_endmsg->b_cont = bpt; in ldterm_docanon()
1948 tp->t_endmsg = bpt; in ldterm_docanon()
2064 if ((bpt = tp->t_endmsg) == NULL) in ldterm_unget()
2079 ASSERT(tp->t_endmsg); in ldterm_trim()
2080 bpt = tp->t_endmsg; in ldterm_trim()
2095 tp->t_endmsg = bp; /* point to that mblk */ in ldterm_trim()
2427 tp->t_endmsg->b_wptr++; /* put 'c' back */ in ldterm_werase()
2531 tp->t_endmsg->b_wptr++; /* put 'c' back */ in ldterm_csi_werase()
2748 tp->t_endmsg->b_cont = bpt; in ldterm_dononcanon()
2749 tp->t_endmsg = bpt; in ldterm_dononcanon()
2968 if ((bp = tp->t_endmsg) == NULL) { in newmsg()
2975 tp->t_endmsg = bp; in newmsg()
2998 tp->t_endmsg = NULL; in ldterm_msg_upstream()