Searched refs:IS_SEP_CHAR (Results 1 – 1 of 1) sorted by relevance
340 #define IS_SEP_CHAR(c) (index(SC_CUT_SEPCHARS, (c) & 0xff) != NULL) macro342 #define IS_SEP_CHAR(c) IS_SPACE_CHAR(c) macro546 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()