Home
last modified time | relevance | path

Searched refs:CTL_WHITE (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/kern/
HDtty_ttydisc.c77 #define CTL_WHITE(c) ((c) == ' ' || (c) == CTAB) macro
817 if (!CTL_WHITE(c)) in ttydisc_rubword()
832 if (CTL_WHITE(c)) in ttydisc_rubword()