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