Home
last modified time | relevance | path

Searched refs:vim_str2nr (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Djson.c465 vim_str2nr(p + 2, NULL, &len, in json_decode_string()
482 vim_str2nr(p + 2, NULL, &len, in json_decode_string()
808 vim_str2nr(reader->js_buf + reader->js_used, in json_decode_item()
H A Dtypval.c208 vim_str2nr(varp->vval.v_string, NULL, NULL, in tv_get_bool_or_number_chk()
1820 vim_str2nr(*arg, NULL, &len, skip_quotes 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 Dcharset.c1805 vim_str2nr( in vim_str2nr() function
H A Dex_getln.c4160 vim_str2nr(*str, NULL, &len, 0, &num, NULL, 0, FALSE); in get_list_range()
4169 vim_str2nr(*str, NULL, &len, 0, &num, NULL, 0, FALSE); in get_list_range()
H A Dstrings.c1007 vim_str2nr(p, NULL, NULL, what, &n, NULL, 0, FALSE); in f_str2nr()
H A Dops.c2707 vim_str2nr(ptr + col, &pre, &length, in do_addsub()
H A Dex_cmds.c562 vim_str2nr(s, NULL, NULL, sort_what, in ex_sort()
H A Doption.c1682 vim_str2nr(arg, NULL, &i, STR2NR_ALL, in do_set()
/vim-8.2.3635/src/proto/
H A Dcharset.pro58 void vim_str2nr(char_u *start, int *prep, int *len, int what, varnumber_T *nptr, uvarnumber_T *unpt…
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt4071 Solution: Use vim_str2nr(). (ZyX)
22078 Problem: Condition in vim_str2nr() is always true. (Nikolai Pavlov)
26305 Problem: vim_str2nr() does not handle numbers close to the maximum.