Home | History | Annotate | Download | only in ksh

Lines Matching defs:expr_state

122 typedef struct expr_state Expr_state;
123 struct expr_state {
137 static void evalerr ARGS((Expr_state *es, enum error_type type,
139 static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec));
140 static void token ARGS((Expr_state *es));
141 static struct tbl *do_ppmm(Expr_state *, enum token, struct tbl *, bool);
142 static void assign_check ARGS((Expr_state *es, enum token op,
145 static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp));
176 Expr_state curstate;
177 Expr_state * const es = &curstate;
226 Expr_state *es;
285 Expr_state *es;
468 Expr_state *es;
541 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix)
562 Expr_state *es;
589 Expr_state *es;