Home
last modified time | relevance | path

Searched refs:arg_end (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c3383 char_u *arg_end; in syn_cmd_foldlevel() local
3411 arg = skipwhite(arg_end); in syn_cmd_foldlevel()
3662 char_u *arg_end; in syn_cmd_clear() local
3732 arg = skipwhite(arg_end); in syn_cmd_clear()
3843 char_u *arg_end; in syn_cmd_list() local
5755 char_u *arg_end; in syn_cmd_sync() local
5798 arg_end = key + 6; in syn_cmd_sync()
5800 arg_end = key + 11; in syn_cmd_sync()
5802 arg_end = key + 9; in syn_cmd_sync()
5803 if (arg_end[-1] != '=' || !VIM_ISDIGIT(*arg_end)) in syn_cmd_sync()
[all …]
H A Devalvars.c1309 char_u *arg_end = NULL; in ex_let_one() local
1365 arg_end = arg; in ex_let_one()
1467 arg_end = p; in ex_let_one()
1510 arg_end = arg + 1; in ex_let_one()
1534 arg_end = lv.ll_name_end; in ex_let_one()
1543 return arg_end; in ex_let_one()
H A Dvim9compile.c8085 char_u *arg_end; in compile_for() local
8160 arg_end = arg; in compile_for()
8312 return arg_end; in compile_for()