Searched refs:yystype (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Darith_yacc.h82 union yystype { union
87 extern union yystype yylval;
H A Darith_yacc.c51 union yystype yylval;
137 static intmax_t primary(int token, union yystype *val, int op, int noeval)
177 union yystype val;
204 static intmax_t binop(int token, union yystype *val, int op, int noeval)
215 static intmax_t and(int token, union yystype *val, int op, int noeval)
232 static intmax_t or(int token, union yystype *val, int op, int noeval)
249 static intmax_t cond(int token, union yystype *val, int op, int noeval)
273 union yystype val = yylval;

Completed in 104 milliseconds