Searched refs:IS_SEP_CHAR (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/syscons/
H A Dscmouse.c340 #define IS_SEP_CHAR(c) (index(SC_CUT_SEPCHARS, (c) & 0xff) != NULL) macro
342 #define IS_SEP_CHAR(c) IS_SPACE_CHAR(c) macro
546 if (IS_SEP_CHAR(c)) {
550 if (!IS_SEP_CHAR(c))
556 if (!IS_SEP_CHAR(c))
564 if (IS_SEP_CHAR(c))
570 if (IS_SEP_CHAR(c))

Completed in 120 milliseconds