Lines Matching defs:numexp
3095 int numexp = 0;
3099 while (numexp < MAX_OPERANDS && !is_end_of_stmt (*lptr))
3113 as_bad (_("Unbalanced parenthesis in operand %d"), numexp);
3130 strncpy (operands[numexp].buf, op_start, len);
3131 operands[numexp].buf[len] = 0;
3135 while (len > 0 && is_whitespace (operands[numexp].buf[len - 1]))
3136 operands[numexp].buf[--len] = 0;
3138 ++numexp;
3168 for (i = 0; i < numexp; i++)
3215 return numexp;