Searched defs:SEP (Results 1 – 8 of 8) sorted by relevance
7 #define SEP(x) ((x)=='/' || (x) == 0) macro
8 #define SEP(c) (((c)==' ')||((c)=='\t')||((c)=='\n')) macro
30 #define SEP '\1' macro
162 #define SEP(c) (((c)==' ')||((c)=='\t')||((c)=='\n')) macro
86 #define SEP(c) ((c) == 0 || (c) == '/') macro
39 #define SEP(c) ((c) == 0 || (c) == '/') macro
1756 #define SEP(c) (((c)==' ')||((c)=='\t')||((c)=='\n')) macro