Searched refs:new_case_block (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | parser.y | 78 static case_clausule_t *new_case_block(parser_ctx_t*,case_list_t*,case_clausule_t*,case_list_t*); 452 { $$ = new_case_block(ctx, $2, NULL, NULL); } 454 { $$ = new_case_block(ctx, $2, $3, $4); } 1059 static case_clausule_t *new_case_block(parser_ctx_t *ctx, case_list_t *case_list1, in new_case_block() function
|