Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dscmouse.c343 #define IS_SEP_CHAR(c) (index(SC_CUT_SEPCHARS, (c) & 0xff) != NULL) macro
345 #define IS_SEP_CHAR(c) IS_SPACE_CHAR(c) macro
549 if (IS_SEP_CHAR(c)) { in mouse_cut_word()
553 if (!IS_SEP_CHAR(c)) in mouse_cut_word()
559 if (!IS_SEP_CHAR(c)) in mouse_cut_word()
567 if (IS_SEP_CHAR(c)) in mouse_cut_word()
573 if (IS_SEP_CHAR(c)) in mouse_cut_word()