Searched refs:may_generate_2STRING (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 619 may_generate_2STRING(int offset, int tolerant, cctx_T *cctx) in may_generate_2STRING() function 2935 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_member() 3860 else if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_dict() 5108 if (may_generate_2STRING(-2, FALSE, cctx) == FAIL in compile_expr5() 5109 || may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_expr5() 6796 && may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_assign_unlet() 7256 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_assignment() 8913 if (may_generate_2STRING(-1, FALSE, cctx) == FAIL) in compile_throw() 9227 may_generate_2STRING(-1, TRUE, cctx); in compile_exec()
|