Searched refs:noeval (Results 1 – 1 of 1) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | arith_yacc.c | 144 result = assignment(op, noeval); in primary() 194 a = noeval ? b : do_binop(op, a, b); in binop2() 227 b = and(token, val, yylex(), noeval | !a); in and() 234 intmax_t a = and(token, val, op, noeval); in or() 244 b = or(token, val, yylex(), noeval | !!a); in or() 251 intmax_t a = or(token, val, op, noeval); in cond() 258 b = assignment(yylex(), noeval | !a); in cond() 278 return cond(var, &val, op, noeval); in assignment() 281 return cond(var, &val, op, noeval); in assignment() 283 result = assignment(yylex(), noeval); in assignment() [all …]
|
Completed in 3 milliseconds