Searched defs:noeval (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/bin/sh/ |
H A D | arithmetic.c | 207 primary(int token, union a_token_val *val, int op, int noeval) in primary() 269 binop2(intmax_t a, int op, int precedence, int noeval) in binop2() 303 binop(int token, union a_token_val *val, int op, int noeval) in binop() 315 and(int token, union a_token_val *val, int op, int noeval) in and() 335 or(int token, union a_token_val *val, int op, int noeval) in or() 355 cond(int token, union a_token_val *val, int op, int noeval) in cond() 380 assignment(int var, int noeval) in assignment() 410 comma_list(int token, int noeval) in comma_list()
|