Lines Matching refs:quote
725 ttydisc_echo_force(struct tty *tp, char c, int quote) in ttydisc_echo_force() argument
731 if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) { in ttydisc_echo_force()
737 } else if (CMP_FLAG(l, ECHOCTL) && CTL_PRINT(c, quote)) { in ttydisc_echo_force()
750 if (!quote && CMP_CC(VEOF, c)) { in ttydisc_echo_force()
764 ttydisc_echo(struct tty *tp, char c, int quote) in ttydisc_echo() argument
772 (!CMP_FLAG(l, ECHONL) || c != CNL || quote)) in ttydisc_echo()
775 return ttydisc_echo_force(tp, c, quote); in ttydisc_echo()
779 ttydisc_reprint_char(void *d, char c, int quote) in ttydisc_reprint_char() argument
783 ttydisc_echo(tp, c, quote); in ttydisc_reprint_char()
807 ttydisc_recalc_charlength(void *d, char c, int quote) in ttydisc_recalc_charlength() argument
812 if (CTL_PRINT(c, quote)) { in ttydisc_recalc_charlength()
836 int quote; in ttydisc_rubchar() local
839 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubchar()
853 if (CTL_PRINT(c, quote)) { in ttydisc_rubchar()
907 "e) != 0) in ttydisc_rubchar()
983 int quote, alnum; in ttydisc_rubword() local
987 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubword()
1002 if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0) in ttydisc_rubword()
1014 int signal, quote = 0; in ttydisc_rint() local
1067 quote = 1; in ttydisc_rint()
1199 quote = 1; in ttydisc_rint()
1212 quote = 1; in ttydisc_rint()
1220 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) { in ttydisc_rint()
1245 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) { in ttydisc_rint()
1249 ttydisc_echo(tp, c, quote); in ttydisc_rint()