Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dparse.h51 EXPR_NULL, enumerator
H A Dparser.y392 | tNULL { $$ = new_expression(ctx, EXPR_NULL, 0); CHECK_ERROR; }
H A Dcompile.c543 case EXPR_NULL: in compile_expression()