Searched refs:CTAB (Results 1 – 1 of 1) sorted by relevance
71 #define CTAB '\t' macro79 (!(q) && ((c) == CERASE2 || (c) == CTAB || (c) == CNL || (c) == CCR))83 ((unsigned char)(c) < 0x20 && ((q) || ((c) != CTAB && (c) != CNL))))85 #define CTL_WHITE(c) ((c) == ' ' || (c) == CTAB)407 case CTAB: in ttydisc_write_oproc()777 else if (c == CTAB) in ttydisc_recalc_charlength()835 else if (c == CTAB) in ttydisc_rubchar()
Completed in 17 milliseconds