Home
last modified time | relevance | path

Searched refs:STR2NR_ALL (Results 1 – 12 of 12) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcharset.h36 STR2NR_ALL = STR2NR_BIN | STR2NR_OCT | STR2NR_HEX | STR2NR_OOCT, enumerator
H A Dkeymap.c648 vim_str2nr(bp + 5, NULL, &l, STR2NR_ALL, NULL, NULL, 0, true); in find_special_key()
678 vim_str2nr(last_dash + 6, NULL, &l, STR2NR_ALL, NULL, &n, 0, true); in find_special_key()
H A Doption.c1276 vim_str2nr(arg, NULL, &i, STR2NR_ALL, &value, NULL, 0, true); in do_set()
H A Deval.c4131 vim_str2nr(*arg, NULL, &len, STR2NR_ALL, &n, NULL, 0, true); in eval7()
/dports/editors/neovim/neovim-0.6.1/test/unit/charset/
H A Dvim_str2nr_spec.lua86 test_vim_str2nr('', lib.STR2NR_ALL, {len = 0, num = 0, unum = 0, pre = 0}, 0)
109 lib.STR2NR_ALL,
144 lib.STR2NR_ALL,
226 lib.STR2NR_ALL,
286 lib.STR2NR_ALL,
376 lib.STR2NR_ALL,
/dports/editors/neovim/neovim-0.6.1/test/symbolic/klee/nvim/
H A Dkeymap.c429 vim_str2nr(bp + 5, NULL, &l, STR2NR_ALL, NULL, NULL, 0); in find_special_key()
455 vim_str2nr(last_dash + 6, NULL, NULL, STR2NR_ALL, NULL, &n, 0); in find_special_key()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtypval.c209 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 Dmisc2.c1375 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 Dvim.h330 #define STR2NR_ALL (STR2NR_BIN + STR2NR_OCT + STR2NR_HEX + STR2NR_OOCT) macro
H A Doption.c1680 vim_str2nr(arg, NULL, &i, STR2NR_ALL, in do_set()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.c3065 vim_str2nr(tv->vval.v_string, NULL, NULL, STR2NR_ALL, &n, NULL, 0, in tv_get_number_chk()
/dports/editors/neovim/neovim-0.6.1/src/nvim/viml/parser/
H A Dexpressions.c392 vim_str2nr(pline.data, &prep, &len, STR2NR_ALL, NULL, in viml_pexpr_next_token()