Searched refs:Expr_state (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | expr.c | 86 } Expr_state; typedef 93 static void evalerr(Expr_state *, enum error_type, const char *) 95 static struct tbl *evalexpr(Expr_state *, unsigned int); 96 static void exprtoken(Expr_state *); 97 static struct tbl *do_ppmm(Expr_state *, enum token, struct tbl *, bool); 98 static void assign_check(Expr_state *, enum token, struct tbl *); 99 static struct tbl *intvar(Expr_state *, struct tbl *); 125 Expr_state curstate; in v_evaluate() 126 Expr_state * const es = &curstate; in v_evaluate() 174 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr() [all …]
|