Searched refs:eval_number (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 60 int eval_number(char_u **arg, typval_T *rettv, int evaluate, int want_string);
|
| /vim-8.2.3635/src/ |
| H A D | typval.c | 1719 eval_number( in eval_number() function
|
| H A D | eval.c | 3446 case '.': ret = eval_number(arg, rettv, evaluate, want_string); in eval7()
|
| H A D | vim9compile.c | 4679 case '.': if (eval_number(arg, rettv, TRUE, FALSE) == FAIL) in compile_expr7()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 47971 Solution: Rename get_list_tv() to eval_list(). Similarly for eval_number(),
|