Lines Matching refs:XSUB
59 #define XSUB 5 /* expanding ${} string */
60 #define XSUBMID 6 /* middle of expanding ${}; must be XSUB+1 */
64 #define isXSUB(t) ((t) == XSUB || (t) == XSUBPAT)
374 type = XSUB;
757 type = XSUB;
760 type = XSUB;
797 type = XSUB;
826 type = XSUB;
909 case XSUB:
1223 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
1376 return (XSUB);
1436 state = XSUB;
1485 state = sc & 4 ? XNULLSUB : XSUB;
1576 return (XSUB);
1616 return (XSUB);