Home
last modified time | relevance | path

Searched refs:xpc (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdexpand.c2579 expand_T xpc; in globpath() local
2589 ExpandInit(&xpc); in globpath()
2892 expand_T xpc; in f_getcompletion() local
2924 xpc.xp_pattern_len = (int)STRLEN(xpc.xp_pattern); in f_getcompletion()
2929 xpc.xp_pattern_len = (int)STRLEN(xpc.xp_pattern); in f_getcompletion()
2942 xpc.xp_pattern_len = (int)STRLEN(xpc.xp_pattern); in f_getcompletion()
2948 set_context_in_cscope_cmd(&xpc, xpc.xp_pattern, CMD_cscope); in f_getcompletion()
2949 xpc.xp_pattern_len = (int)STRLEN(xpc.xp_pattern); in f_getcompletion()
2955 set_context_in_sign_cmd(&xpc, xpc.xp_pattern); in f_getcompletion()
2956 xpc.xp_pattern_len = (int)STRLEN(xpc.xp_pattern); in f_getcompletion()
[all …]
H A Dex_getln.c1595 expand_T xpc; in getcmdline_int() local
1631 ExpandInit(&xpc); in getcmdline_int()
1632 ccline.xpc = &xpc; in getcmdline_int()
1655 xpc.xp_shell = FALSE; in getcmdline_int()
1663 xpc.xp_arg = ccline.xp_arg; in getcmdline_int()
1854 if (xpc.xp_numfiles != -1 in getcmdline_int()
2240 if (xpc.xp_numfiles > 0) in getcmdline_int()
2257 &hiscnt, &xpc); in getcmdline_int()
2429 ExpandCleanup(&xpc); in getcmdline_int()
2430 ccline.xpc = NULL; in getcmdline_int()
[all …]
H A Dlocale.c428 expand_T xpc; in find_locales() local
431 ExpandInit(&xpc); in find_locales()
432 xpc.xp_context = EXPAND_DIRECTORIES; in find_locales()
433 locale_list = ExpandOne(&xpc, (char_u *)"$VIMRUNTIME/lang/*", in find_locales()
435 ExpandCleanup(&xpc); in find_locales()
H A Dhelp.c1297 expand_T xpc; in ex_helptags() local
1315 ExpandInit(&xpc); in ex_helptags()
1316 xpc.xp_context = EXPAND_DIRECTORIES; in ex_helptags()
1317 dirname = ExpandOne(&xpc, eap->arg, NULL, in ex_helptags()
H A Dfilepath.c1277 expand_T xpc; in f_glob() local
1307 ExpandInit(&xpc); in f_glob()
1308 xpc.xp_context = EXPAND_FILES; in f_glob()
1312 rettv->vval.v_string = ExpandOne(&xpc, tv_get_string(&argvars[0]), in f_glob()
1318 ExpandOne(&xpc, tv_get_string(&argvars[0]), in f_glob()
1320 for (i = 0; i < xpc.xp_numfiles; i++) in f_glob()
1321 list_append_string(rettv->vval.v_list, xpc.xp_files[i], -1); in f_glob()
1323 ExpandCleanup(&xpc); in f_glob()
H A Dmisc1.c1477 expand_T xpc; in expand_env_esc() local
1479 ExpandInit(&xpc); in expand_env_esc()
1480 xpc.xp_context = EXPAND_FILES; in expand_env_esc()
1481 var = ExpandOne(&xpc, dst, NULL, in expand_env_esc()
H A Dtag.c3729 expand_T xpc; in expand_tag_fname() local
3736 ExpandInit(&xpc); in expand_tag_fname()
3737 xpc.xp_context = EXPAND_FILES; in expand_tag_fname()
3738 expanded_fname = ExpandOne(&xpc, (char_u *)fname, NULL, in expand_tag_fname()
H A Devalfunc.c3666 expand_T xpc; in f_expand() local
3716 ExpandInit(&xpc); in f_expand()
3717 xpc.xp_context = EXPAND_FILES; in f_expand()
3721 rettv->vval.v_string = ExpandOne(&xpc, s, NULL, in f_expand()
3727 ExpandOne(&xpc, s, NULL, options, WILD_ALL_KEEP); in f_expand()
3728 for (i = 0; i < xpc.xp_numfiles; i++) in f_expand()
3729 list_append_string(rettv->vval.v_list, xpc.xp_files[i], -1); in f_expand()
3730 ExpandCleanup(&xpc); in f_expand()
H A Dex_docmd.c4927 expand_T xpc; in expand_filename() local
4931 ExpandInit(&xpc); in expand_filename()
4932 xpc.xp_context = EXPAND_FILES; in expand_filename()
4935 p = ExpandOne(&xpc, eap->arg, NULL, in expand_filename()
H A Dstructs.h628 expand_T *xpc; // struct being used for expansion, xp_pattern member
/vim-8.2.3635/runtime/keymap/
H A Dkorean-dubeolsik_utf-8.vim9694 xpc