Searched refs:find_nextcmd (Results 1 – 6 of 6) sorted by relevance
33 char_u *find_nextcmd(char_u *p);
3326 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()
1728 eap->nextcmd = find_nextcmd(eap->arg); in ex_catch()1841 eap->nextcmd = find_nextcmd(end); in ex_catch()
1417 eap->nextcmd = find_nextcmd(end); in ex_match()
1400 return find_nextcmd(arg); in set_one_cmd_context()
5445 find_nextcmd(char_u *p) in find_nextcmd() function