Lines Matching refs:expand_T

18 static void	set_expand_context(expand_T *xp);
19 static int ExpandGeneric(expand_T *xp, regmatch_T *regmatch,
21 char_u *((*func)(expand_T *, int)), int escaped);
22 static int ExpandFromContext(expand_T *xp, char_u *, int *, char_u ***, int);
23 static int expand_showtail(expand_T *xp);
26 static int ExpandUserDefined(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
27 static int ExpandUserList(expand_T *xp, int *num_file, char_u ***file);
43 expand_T *xp, in ExpandEscape()
137 expand_T *xp, in nextwild()
285 expand_T *xp, in ExpandOne()
498 ExpandInit(expand_T *xp) in ExpandInit()
509 ExpandCleanup(expand_T *xp) in ExpandCleanup()
524 showmatches(expand_T *xp, int wildmenu UNUSED) in showmatches()
737 expand_showtail(expand_T *xp) in expand_showtail()
940 set_expand_context(expand_T *xp) in set_expand_context()
967 expand_T *xp, in set_one_cmd_context()
1791 expand_T *xp, in set_cmd_context()
1848 expand_T *xp, in expand_cmdline()
1893 get_behave_arg(expand_T *xp UNUSED, int idx) in get_behave_arg()
1907 get_messages_arg(expand_T *xp UNUSED, int idx) in get_messages_arg()
1915 get_mapclear_arg(expand_T *xp UNUSED, int idx) in get_mapclear_arg()
1927 expand_T *xp, in ExpandFromContext()
2108 char_u *((*func)(expand_T *, int)); in ExpandFromContext()
2193 expand_T *xp, in ExpandGeneric()
2197 char_u *((*func)(expand_T *, int)), in ExpandGeneric() argument
2435 expand_T *xp, in call_user_expand_func()
2484 expand_T *xp, in ExpandUserDefined()
2534 expand_T *xp, in ExpandUserList()
2579 expand_T xpc; in globpath()
2637 expand_T *xp, in wildmenu_translate_key()
2677 wildmenu_process_key(cmdline_info_T *cclp, int key, expand_T *xp) in wildmenu_process_key()
2892 expand_T xpc; in f_getcompletion()