Home
last modified time | relevance | path

Searched refs:skipdigits (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dtypval.c1750 p = skipdigits(p); in eval_number()
1753 p = skipdigits(p); in eval_number()
1758 p = skipdigits(p + 2); in eval_number()
1767 p = skipdigits(p + 1); in eval_number()
H A Dfloat.c72 p = skipdigits(p); in string2float()
H A Dcharset.c1494 skipdigits(char_u *q) in skipdigits() function
1764 p = skipdigits(p); // skip to next non-digit in getdigits()
H A Doptionstr.c2199 p = skipdigits(curwin->w_p_tws); in did_set_string_option()
2202 || *skipdigits(p + 1) != NUL) in did_set_string_option()
H A Djson.c786 sp = skipdigits(sp); in json_decode_item()
H A Dautocmd.c1120 else if (skipdigits(pat + 8) == pat + patlen - 1) in do_autocmd_event()
H A Dmenu.c250 if (skipdigits(menu_path + 7) == p) in ex_menu()
H A Dcmdexpand.c1460 arg = skipwhite(skipdigits(arg)); // skip count in set_one_cmd_context()
H A Dtag.c3828 str = skipdigits(str + 1); in find_extra()
H A Dex_docmd.c2402 && (!(ea.argt & EX_BUFNAME) || *(p = skipdigits(ea.arg + 1)) == NUL in do_one_cmd()
3817 p = skipwhite(skipdigits(cmd + 1)); in modifier_len()
H A Dspell.c196 mi.mi_end = skipdigits(ptr); in spell_check()
H A Dfileio.c2673 && *skipdigits(fname + 9) == NUL in is_dev_fd_file()
H A Dbuffer.c4560 if (*skipdigits(str) == NUL) in build_stl_str_hl()
H A Dvim9compile.c3626 p = skipdigits(p + 5); in to_name_const_end()
9022 char_u *p = skipdigits(eap->cmd); in compile_variable_range()
H A Dspellfile.c2480 if (compflags != NULL || *skipdigits(items[1]) != NUL) in spell_read_aff()
H A Dquickfix.c7765 else if (*skipwhite(skipdigits(eap->arg)) == NUL) in cbuffer_process_args()
/vim-8.2.3635/src/proto/
H A Dcharset.pro41 char_u *skipdigits(char_u *q);