Searched refs:vim_str2nr (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | json.c | 465 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 D | typval.c | 208 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 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 | charset.c | 1805 vim_str2nr( in vim_str2nr() function
|
| H A D | ex_getln.c | 4160 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 D | strings.c | 1007 vim_str2nr(p, NULL, NULL, what, &n, NULL, 0, FALSE); in f_str2nr()
|
| H A D | ops.c | 2707 vim_str2nr(ptr + col, &pre, &length, in do_addsub()
|
| H A D | ex_cmds.c | 562 vim_str2nr(s, NULL, NULL, sort_what, in ex_sort()
|
| H A D | option.c | 1682 vim_str2nr(arg, NULL, &i, STR2NR_ALL, in do_set()
|
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 58 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 D | version8.txt | 4071 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.
|