Searched refs:opstr (Results 1 – 1 of 1) sorted by relevance
1105 char opstr[3]; in infix_get_op() local1108 opstr[0] = firstc; in infix_get_op()1109 opstr[1] = nextc; in infix_get_op()1110 opstr[2] = '\0'; in infix_get_op()1113 if (!strcmp(opstr, ps->ops[i].string)) { in infix_get_op()1119 opstr[1] = '\0'; in infix_get_op()1122 if (!strcmp(opstr, ps->ops[i].string)) in infix_get_op()