Lines Matching defs:c
66 #define CMP_CC(v, c) \ argument
76 #define CTL_VALID(c) ((c) == 0x7f || (unsigned char)(c) < 0x20) argument
78 #define CTL_ECHO(c, q) \ argument
81 #define CTL_PRINT(c, q) \ argument
85 #define CTL_WHITE(c) ((c) == ' ' || (c) == CTAB) argument
87 #define CTL_ALNUM(c) \ argument
91 #define CTL_UTF8(c) (!!((c)&0x80)) argument
93 #define CTL_UTF8_CONT(c) (((c)&0xc0) == 0x80) argument
129 #define BREAK_ADD(c) \ in ttydisc_read_canonical() argument
371 const char *c = obstart; in ttydisc_findchar() local
383 static int ttydisc_write_oproc(struct lwp_tty *tp, char c) in ttydisc_write_oproc()
683 static int ttydisc_echo_force(struct lwp_tty *tp, char c, int quote) in ttydisc_echo_force()
728 static int ttydisc_echo(struct lwp_tty *tp, char c, int quote) in ttydisc_echo()
740 static void ttydisc_reprint_char(void *d, char c, int quote) in ttydisc_reprint_char()
749 cc_t c; in ttydisc_reprint() local
767 static void ttydisc_recalc_charlength(void *d, char c, int quote) in ttydisc_recalc_charlength()
798 char c; in ttydisc_rubchar() local
953 char c; in ttydisc_rubword() local
991 int ttydisc_rint(struct lwp_tty *tp, char c, int flags) in ttydisc_rint()
1374 size_t c; in ttydisc_wakeup_watermark() local