Home
last modified time | relevance | path

Searched refs:xp_arg (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dex_getln.c1663 xpc.xp_arg = ccline.xp_arg; in getcmdline_int()
2516 char_u *xp_arg) // user-defined expansion argument in getcmdline_prompt() argument
2536 ccline.xp_arg = xp_arg; in getcmdline_prompt()
4561 char_u *xp_arg = NULL; in get_user_input() local
4628 &xp_arg) == FAIL) in get_user_input()
4644 xp_type, xp_arg); in get_user_input()
4655 vim_free(xp_arg); in get_user_input()
H A Dcmdexpand.c1820 xp->xp_arg = ccline->xp_arg; in set_cmd_context()
2446 if (xp->xp_arg == NULL || xp->xp_arg[0] == '\0' || xp->xp_line == NULL) in call_user_expand_func()
2469 ret = user_expand_func(xp->xp_arg, 3, args); in call_user_expand_func()
H A Dstructs.h588 char_u *xp_arg; // completion function member
632 char_u *xp_arg; // user-defined expansion arg member
H A Dusercmd.c194 xp->xp_arg = uc->uc_compl_arg; in find_ucmd()
/vim-8.2.3635/src/proto/
H A Dex_getln.pro4 char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg);