Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c47 #define XSUB 1 /* expanding ${} string */ macro
659 type = XSUB; in expand()
693 type = XSUB; in expand()
710 type = XSUB; in expand()
760 case XSUB: in expand()
874 if (type == XSUB) { in expand()
1071 return (XSUB); in varsub()
1132 state = c == '@' ? XNULLSUB : XSUB; in varsub()
1169 state = p[1] == '@' ? XNULLSUB : XSUB; in varsub()
1201 state = XSUB; in varsub()