Searched refs:numexp (Results 1 – 2 of 2) sorted by relevance
461 int numexp = 0; in get_operands() local475 else if (numexp == max_operands) in get_operands()487 expression (&exp[numexp]); in get_operands()489 if (exp[numexp].X_op == O_illegal) in get_operands()493 else if (exp[numexp].X_op == O_absent) in get_operands()498 numexp++; in get_operands()515 exp[numexp].X_op = O_illegal; in get_operands()517 return (numexp); in get_operands()
3109 int numexp = 0; in get_operands() local3113 while (numexp < MAX_OPERANDS && !is_end_of_line[(int) *lptr]) in get_operands()3127 as_bad (_("Unbalanced parenthesis in operand %d"), numexp); in get_operands()3144 strncpy (operands[numexp].buf, op_start, len); in get_operands()3145 operands[numexp].buf[len] = 0; in get_operands()3149 while (len > 0 && ISSPACE (operands[numexp].buf[len - 1])) in get_operands()3150 operands[numexp].buf[--len] = 0; in get_operands()3152 ++numexp; in get_operands()3182 for (i = 0; i < numexp; i++) in get_operands()3229 return numexp; in get_operands()