Searched refs:EW_DIR (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 470 …cnt = decc$to_vms(result, vms_wproc, 1 /*allow wild*/ , (flags & EW_DIR ? 0:1 ) /*allow directory*… in mch_expand_wildcards() 486 if (( dir && !(flags & EW_DIR)) || (!dir && !(flags & EW_FILE))) in mch_expand_wildcards() 530 …cnt = decc$to_vms(result, vms_wproc, 1 /*allow_wild*/, (flags & EW_DIR ? 0:1 ) /*allow directory*/… in mch_expandpath()
|
| H A D | cmdexpand.c | 1938 flags = EW_DIR; // include directories in ExpandFromContext() 1985 flags = (flags | EW_DIR) & ~EW_FILE; in ExpandFromContext() 2363 flags |= EW_DIR; in expand_shellcmd() 2368 flags |= EW_DIR; in expand_shellcmd() 2372 flags &= ~EW_DIR; in expand_shellcmd()
|
| H A D | arglist.c | 470 &exp_count, &exp_files, EW_DIR|EW_FILE|EW_ADDSLASH|EW_NOTFOUND); in do_arglist()
|
| H A D | filepath.c | 3991 addfile(&ga, t, flags | EW_DIR | EW_FILE); in gen_expand_wildcards() 4051 if ((isdir && !(flags & EW_DIR)) || (!isdir && !(flags & EW_FILE))) in addfile()
|
| H A D | vim.h | 835 #define EW_DIR 0x01 // include directory names macro
|
| H A D | scriptfile.c | 326 (flags & DIP_DIR) ? EW_DIR : EW_FILE) == OK) in do_in_path()
|
| H A D | findfile.c | 952 EW_DIR|EW_ADDSLASH|EW_SILENT|EW_NOTWILD); in vim_findfile()
|
| H A D | insexpand.c | 2990 EW_FILE|EW_DIR|EW_ADDSLASH|EW_SILENT) == OK) in ins_compl_get_exp()
|
| H A D | os_unix.c | 7008 if ((dir && !(flags & EW_DIR)) || (!dir && !(flags & EW_FILE))) in mch_expand_wildcards()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 27285 Solution: Remove EW_DIR when completing an item in $PATH. (Jason Franklin)
|