Home
last modified time | relevance | path

Searched refs:isXSUB (Results 1 – 1 of 1) sorted by relevance

/third_party/mksh/
Deval.c64 #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()