Home
last modified time | relevance | path

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

/dflybsd-src/bin/sh/
H A Darith_yacc.c168 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary()
205 static arith_t binop2(arith_t a, int op, int precedence, int noeval) in binop2()
235 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop()
246 static arith_t and(int token, union yystype *val, int op, int noeval) in and()
263 static arith_t or(int token, union yystype *val, int op, int noeval) in or()
280 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond()
302 static arith_t assignment(int var, int noeval) in assignment()