Searched defs:IS_BLANK_CHAR (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/syscons/
H A Dscmouse.c335 #define IS_BLANK_CHAR(c) (((c) & 0xff) == ' ' || ((c) & 0xff) == '\t') macro
337 #define IS_BLANK_CHAR(c) IS_SPACE_CHAR(c) macro

Completed in 115 milliseconds