Searched defs:expr_state (Results 1 – 1 of 1) sorted by relevance
128 struct expr_state { struct129 const char *expression; /* expression being evaluated */130 const char *tokp; /* lexical position */131 struct tbl *val; /* value from token() */132 struct tbl *evaling; /* variable that is being recursively134 int noassign; /* don't do assigns (for ?:,&&,||) */135 enum token tok; /* token from token() */136 bool arith; /* evaluating an $(()) expression? */137 bool natural; /* unsigned arithmetic calculation */