HomeSort by: relevance | last modified time | path
    Searched defs:opinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
expr.c 20 /* The order of these enums is constrained by the order of opinfo[] */
45 /* things that don't appear in the opinfo[] table */
69 struct opinfo { struct
79 static const struct opinfo opinfo[] = { variable in typeref:typename:const struct opinfo[]
251 s = opinfo[(int)es->tok].name;
315 evalerr(es, ET_LVALUE, opinfo[(int) op].name);
332 for (op = es->tok; IS_BINOP(op) && opinfo[(int) op].prec == prec;
525 for (i = 0; (n0 = opinfo[i].name[0]); i++)
527 && strncmp(cp, opinfo[i].name, opinfo[i].len) == 0
    [all...]
expr.c 20 /* The order of these enums is constrained by the order of opinfo[] */
45 /* things that don't appear in the opinfo[] table */
69 struct opinfo { struct
79 static const struct opinfo opinfo[] = { variable in typeref:typename:const struct opinfo[]
251 s = opinfo[(int)es->tok].name;
315 evalerr(es, ET_LVALUE, opinfo[(int) op].name);
332 for (op = es->tok; IS_BINOP(op) && opinfo[(int) op].prec == prec;
525 for (i = 0; (n0 = opinfo[i].name[0]); i++)
527 && strncmp(cp, opinfo[i].name, opinfo[i].len) == 0
    [all...]
expr.c 20 /* The order of these enums is constrained by the order of opinfo[] */
45 /* things that don't appear in the opinfo[] table */
69 struct opinfo { struct
79 static const struct opinfo opinfo[] = { variable in typeref:typename:const struct opinfo[]
251 s = opinfo[(int)es->tok].name;
315 evalerr(es, ET_LVALUE, opinfo[(int) op].name);
332 for (op = es->tok; IS_BINOP(op) && opinfo[(int) op].prec == prec;
525 for (i = 0; (n0 = opinfo[i].name[0]); i++)
527 && strncmp(cp, opinfo[i].name, opinfo[i].len) == 0
    [all...]
expr.c 20 /* The order of these enums is constrained by the order of opinfo[] */
45 /* things that don't appear in the opinfo[] table */
69 struct opinfo { struct
79 static const struct opinfo opinfo[] = { variable in typeref:typename:const struct opinfo[]
251 s = opinfo[(int)es->tok].name;
315 evalerr(es, ET_LVALUE, opinfo[(int) op].name);
332 for (op = es->tok; IS_BINOP(op) && opinfo[(int) op].prec == prec;
525 for (i = 0; (n0 = opinfo[i].name[0]); i++)
527 && strncmp(cp, opinfo[i].name, opinfo[i].len) == 0
    [all...]

Completed in 215 milliseconds