Home
last modified time | relevance | path

Searched defs:expr_state (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dexpr.c128 struct expr_state { struct
129 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 recursively
134 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 */