Lines Matching refs:IS_SEP
2200 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP)
2202 #define IS_SEP(x) (*(x) == SEP)
2204 #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
2207 if (p1[0] == L'.' && IS_SEP(&p1[1])) {
2209 while (IS_SEP(path) && !IS_END(path)) {
2225 else if (IS_SEP(&p1[0]) && IS_SEP(&p1[1])) {
2231 if (IS_SEP(p1)) {
2242 else if (IS_SEP(&p1[0]) && IS_SEP(&p1[1]) && !IS_SEP(&p1[2])) {
2267 || (p3[0] == L'.' && p3[1] == L'.' && IS_SEP(&p3[2])))
2303 #undef IS_SEP