Searched refs:STR2NR_ALL (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | typval.c | 209 STR2NR_ALL, &n, NULL, 0, FALSE); in tv_get_bool_or_number_chk() 1822 : STR2NR_ALL, &n, NULL, 0, TRUE); in eval_number()
|
| H A D | misc2.c | 1375 vim_str2nr(bp + 5, NULL, &l, STR2NR_ALL, NULL, NULL, 0, TRUE); in find_special_key() 1412 vim_str2nr(last_dash + 6, NULL, &l, STR2NR_ALL, NULL, in find_special_key()
|
| H A D | vim.h | 330 #define STR2NR_ALL (STR2NR_BIN + STR2NR_OCT + STR2NR_HEX + STR2NR_OOCT) macro
|
| H A D | option.c | 1682 vim_str2nr(arg, NULL, &i, STR2NR_ALL, in do_set()
|