Home
last modified time | relevance | path

Searched refs:STAT_EXITFUNC (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/vbscript/
H A Dparse.h110 STAT_EXITFUNC, enumerator
H A Dparser.y206 …| tEXIT tFUNCTION { $$ = new_statement(ctx, STAT_EXITFUNC, 0); CHECK_ERROR; }
H A Dcompile.c1259 case STAT_EXITFUNC: in compile_statement()