Lines Matching full:opinfo
42 /* The order of these enums is constrained by the order of opinfo[] */
67 /* things that don't appear in the opinfo[] table */
90 struct opinfo {
100 static const struct opinfo opinfo[] = {
276 s = opinfo[(int)es->tok].name;
354 for (op = es->tok; IS_BINOP(op) && opinfo[(int)op].prec == prec;
600 for (i = 0; (n0 = opinfo[i].name[0]); i++)
601 if (c == n0 && strncmp(cp, opinfo[i].name,
602 (size_t)opinfo[i].len) == 0) {
604 cp += opinfo[i].len;
651 evalerr(es, ET_LVALUE, opinfo[(int)op].name);
653 evalerr(es, ET_RDONLY, opinfo[(int)op].name);