Searched refs:operandE (Results 1 – 2 of 2) sorted by relevance
719 char *operandE; /* Pointer to end of sub-opearand. */ in set_operand() local726 operandS = operandE = operand; in set_operand()745 while (*operandE != '(') in set_operand()746 operandE++; in set_operand()747 *operandE = '\0'; in set_operand()749 operandS = operandE; in set_operand()753 while (*operandE != ')') in set_operand()754 operandE++; in set_operand()755 *operandE = '\0'; in set_operand()766 while (*operandE != '(') in set_operand()[all …]
1157 char *operandE; /* Pointer to end of sub-opearand. */ in set_operand() local1162 operandS = operandE = operand; in set_operand()1180 while (*operandE != '(') in set_operand()1181 operandE++; in set_operand()1182 *operandE = '\0'; in set_operand()1184 operandS = operandE; in set_operand()1188 while (*operandE != ')') in set_operand()1189 operandE++; in set_operand()1190 *operandE = '\0'; in set_operand()1209 while (*operandE != '(') in set_operand()[all …]