Home
last modified time | relevance | path

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

/third_party/mksh/
H A Deval.c58 #define XNULLSUB 4 /* "$@" when $# is 0, so don't generate word */ macro
413 if (word == IFS_QUOTE && type != XNULLSUB) in expand()
764 type = XNULLSUB; in expand()
859 case XNULLSUB: in expand()
1223 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */ in varsub()
1485 state = sc & 4 ? XNULLSUB : XSUB; in varsub()

Completed in 2 milliseconds