Home | History | Annotate | Download | only in src

Lines Matching full:subexpr

1034 ** subexpr -> (simpleexp | unop subexpr) { binop subexpr }
1037 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) {
1045 subexpr(ls, v, UNARY_PRIORITY);
1058 nextop = subexpr(ls, &v2, priority[op].right);
1068 subexpr(ls, v, 0);