Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c79 #define CTL_WHITE(c) ((c) == ' ' || (c) == CTAB) macro
989 if (!CTL_WHITE(c)) in ttydisc_rubword()
1004 if (CTL_WHITE(c)) in ttydisc_rubword()