Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c79 #define CTL_WHITE(c) ((c) == ' ' || (c) == CTAB) macro
832 if (!CTL_WHITE(c)) in ttydisc_rubword()
847 if (CTL_WHITE(c)) in ttydisc_rubword()