Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dvbscript.h310 FUNC_SUB, enumerator
H A Dcompile.c1371 case FUNC_SUB: in compile_func()
1562 case FUNC_SUB: in create_class_funcprop()
1651 if(func_decl->type != FUNC_SUB) { in compile_class()
1658 if(func_decl->type != FUNC_SUB) { in compile_class()
H A Dparser.y435 … { $$ = new_function_decl(ctx, $3, FUNC_SUB, $1, $4, $6); CHECK_ERROR; }
971 if(decl->type == FUNC_SUB || decl->type == FUNC_FUNCTION) { in add_class_function()