Searched refs:XARG (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Deval.c56 #define XARG 3 /* expanding $*, $@ */ macro
836 type = XARG;
839 case XARG:
1118 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
1290 state = XARG;
1333 state = XARG;
1349 (state != XARG || (ifs0 || xp->split ?

Completed in 234 milliseconds