Lines Matching defs:numsymstate
147 * the number of elements defined in the numsymstate field.
177 int numsymstate; /* # of items in symstate[] */
308 for (tblndx = 0; tblndx < (argstate->numsymstate - 1);
616 for (tblndx = 0; tblndx < argstate->numsymstate; tblndx++, symstate++) {
646 only_one = (argstate->numsymstate > 1) && (argstate->argc > 0) &&
652 for (tblndx = 0; tblndx < argstate->numsymstate; tblndx++, symstate++) {
1201 argstate->numsymstate++;
1434 if ((cmd == SYM_CMD_T_ST_NAME) && (argstate->numsymstate > 1) &&
1437 for (tblndx = 0; tblndx < argstate->numsymstate;
1446 for (tblndx = 0; tblndx < argstate->numsymstate; tblndx++, symstate++)