Home | History | Annotate | Download | only in data

Lines Matching refs:Env

289 # define YYSETJMP(Env) setjmp (Env)
291 # define YYLONGJMP(Env, Val) (longjmp (Env, Val), YYASSERT (0))