Home
last modified time | relevance | path

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

/NextBSD/sys/dev/syscons/
HDscmouse.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)) { in mouse_cut_word()
550 if (!IS_SEP_CHAR(c)) in mouse_cut_word()
556 if (!IS_SEP_CHAR(c)) in mouse_cut_word()
564 if (IS_SEP_CHAR(c)) in mouse_cut_word()
570 if (IS_SEP_CHAR(c)) in mouse_cut_word()