Lines Matching refs:state
36 /* expansion generator state */
1223 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
1436 state = XSUB;
1485 state = sc & 4 ? XNULLSUB : XSUB;
1491 state = XARG;
1499 (state != XARG || (ifs0 || xp->split ?
1507 state = XBASE;
1509 (ctype(c, C_SUB2) || (state != XBASE && c != ORD('+'))))
1513 return (state);