Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 20 char_u *shorten_fname1(char_u *full_path); 21 char_u *shorten_fname(char_u *full_path, char_u *dir_name);
|
| H A D | os_win32.pro | 70 void used_file_arg(char *name, int literal, int full_path, int diff_mode);
|
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 3323 shorten_fname1(char_u *full_path) in shorten_fname1() argument 3326 char_u *p = full_path; in shorten_fname1() 3330 return full_path; in shorten_fname1() 3333 p = shorten_fname(full_path, dirname); in shorten_fname1() 3335 p = full_path; in shorten_fname1() 3353 if (full_path == NULL) in shorten_fname() 3356 if (fnamencmp(dir_name, full_path, len) == 0) in shorten_fname() 3358 p = full_path + len; in shorten_fname() 3384 && full_path[1] == ':' in shorten_fname() 3385 && vim_ispathsep(full_path[2])) in shorten_fname() [all …]
|
| H A D | main.c | 270 if (GARGCOUNT == 1 && params.full_path) in VimMain() 2546 parmp->full_path = TRUE; in command_line_scan() 2607 used_file_arg(argv[0], parmp->literal, parmp->full_path, in command_line_scan()
|
| H A D | structs.h | 4209 int full_path; // file name argument was full path member
|
| H A D | os_win32.c | 7655 used_file_arg(char *name, int literal, int full_path, int diff_mode) in used_file_arg() argument 7669 used_file_full_path = full_path; in used_file_arg()
|