Searched refs:isXSUB (Results 1 - 1 of 1) sorted by relevance
/third_party/mksh/ | ||
H A D | eval.c | 64 #define isXSUB(t) ((t) == XSUB || (t) == XSUBPAT) macro 1092 } else if (isXSUB(type) && ctype(c, C_IFS) && in expand() 1101 if (isXSUB(type)) in expand() |
Completed in 5 milliseconds