Home
last modified time | relevance | path

Searched refs:find_nextcmd (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro33 char_u *find_nextcmd(char_u *p);
/vim-8.2.3635/src/
H A Dsyntax.c3326 eap->nextcmd = find_nextcmd(arg); in syn_cmd_conceal()
3356 eap->nextcmd = find_nextcmd(arg); in syn_cmd_case()
3385 eap->nextcmd = find_nextcmd(arg); in syn_cmd_foldlevel()
3427 eap->nextcmd = find_nextcmd(arg); in syn_cmd_spell()
3665 eap->nextcmd = find_nextcmd(arg); in syn_cmd_clear()
3845 eap->nextcmd = find_nextcmd(arg); in syn_cmd_list()
4744 eap->nextcmd = find_nextcmd(arg); in syn_cmd_include()
5571 eap->nextcmd = find_nextcmd(arg); in syn_cmd_cluster()
H A Dex_eval.c1728 eap->nextcmd = find_nextcmd(eap->arg); in ex_catch()
1841 eap->nextcmd = find_nextcmd(end); in ex_catch()
H A Dmatch.c1417 eap->nextcmd = find_nextcmd(end); in ex_match()
H A Dcmdexpand.c1400 return find_nextcmd(arg); in set_one_cmd_context()
H A Dex_docmd.c5445 find_nextcmd(char_u *p) in find_nextcmd() function