Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexpr.c119 struct expr_state { struct
120 const char *expression; /* expression being evaluated */
121 const char *tokp; /* lexical position */
122 enum token tok; /* token from token() */
123 int noassign; /* don't do assigns (for ?:,&&,||) */
124 bool arith; /* true if evaluating an $(())
127 struct tbl *val; /* value from token() */
128 struct tbl *evaling; /* variable that is being recursively