Lines Matching refs:operandE
719 char *operandE; /* Pointer to end of sub-opearand. */ in set_operand() local
726 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()
767 operandE++; in set_operand()
768 *operandE = '\0'; in set_operand()
770 operandS = ++operandE; in set_operand()
773 while ((*operandE != ',') && (! ISSPACE (*operandE))) in set_operand()
774 operandE++; in set_operand()
775 *operandE++ = '\0'; in set_operand()
781 while (ISSPACE (*operandE)) in set_operand()
782 operandE++; in set_operand()
783 operandS = operandE; in set_operand()
786 while ((*operandE != ')') && (*operandE != ',')) in set_operand()
787 operandE++; in set_operand()
788 c = *operandE; in set_operand()
789 *operandE++ = '\0'; in set_operand()
796 while (ISSPACE (*operandE)) in set_operand()
797 operandE++; in set_operand()
798 operandS = operandE; in set_operand()
805 while (*operandE != ')') in set_operand()
806 operandE++; in set_operand()
807 *operandE = '\0'; in set_operand()