Searched defs:XNULLSUB (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Deval.c58 #define XNULLSUB 5 /* "$@" when $# is 0 (don't generate word) */ macro
710 type = quote ? XSUB : XNULLSUB;
793 case XNULLSUB:
1065 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
1208 state = c == '@' ? XNULLSUB : XSUB;
1249 state = p[1] == '@' ? XNULLSUB : XSUB;

Completed in 196 milliseconds