Searched refs:opstr (Results 1 – 1 of 1) sorted by relevance
1156 char opstr[3]; in infix_get_op() local1159 opstr[0] = firstc; in infix_get_op()1160 opstr[1] = nextc; in infix_get_op()1161 opstr[2] = '\0'; in infix_get_op()1164 if (!strcmp(opstr, ps->ops[i].string)) { in infix_get_op()1170 opstr[1] = '\0'; in infix_get_op()1173 if (!strcmp(opstr, ps->ops[i].string)) in infix_get_op()