Searched refs:eval_lit_string (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 62 int eval_lit_string(char_u **arg, typval_T *rettv, int evaluate);
|
| /vim-8.2.3635/src/ |
| H A D | dict.c | 854 if (eval_lit_string(arg, &rettv, TRUE) == FAIL) in get_literal_key()
|
| H A D | typval.c | 1987 eval_lit_string(char_u **arg, typval_T *rettv, int evaluate) in eval_lit_string() function
|
| H A D | vim9compile.c | 3443 (void)eval_lit_string(&s, &argvars[0], TRUE); in compile_call() 4702 case '\'': if (eval_lit_string(arg, rettv, TRUE) == FAIL) in compile_expr7()
|
| H A D | eval.c | 3464 case '\'': ret = eval_lit_string(arg, rettv, evaluate); in eval7()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 47972 eval_string(), eval_lit_string() and a few others.
|