Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/runtime/ftplugin/
H A Dawk.vim40 let path = system("gawk 'BEGIN { printf ENVIRON[\"AWKPATH\"] }'") variable
41 let path = substitute(path, '^\.\=:\|:\.\=$\|:\.\=:', ',,', 'g') " POSIX cwd variable
42 let path = substitute(path, ':', ',', 'g') variable
H A Dchangelog.vim100 function! s:try_reading_file(path) argument
H A Druby.vim88 function! s:build_path(path) abort argument
/vim-8.2.3635/runtime/autoload/
H A Dcontext.vim84 function! context#callback(path, job, status) argument
95 function! s:typeset(path) argument
115 function! context#callback(path, job, status) argument
119 function! s:typeset(path) argument
127 function! s:callback(path, job, status) abort argument
H A Drust.vim341 function! s:RmDir(path) argument
H A Dnetrw.vim8877 fun! s:NetrwPreview(path) range argument
10131 fun! s:NetrwRemoteFtpCmd(path,listcmd) argument
10474 fun! s:NetrwRemoteRm(usrhost,path) range argument
10528 fun! s:NetrwRemoteRmFile(path,rmfile,all) argument
10648 fun! s:NetrwRemoteRename(usrhost,path) range argument
11170 fun! s:NetrwLocalRename(path) range argument
11270 fun! s:NetrwLocalRm(path) range argument
11340 fun! s:NetrwLocalRmFile(path,fname,all) argument
11546 fun! netrw#WinPath(path) argument
11936 fun! s:NetrwDelete(path) argument
/vim-8.2.3635/src/
H A Duninstall.c199 batfile_thisversion(char *path) in batfile_thisversion()
255 remove_if_exists(char *path, char *filename) in remove_if_exists()
274 char path[BUFSIZE]; in remove_icons() local
285 char path[BUFSIZE]; in remove_start_menu() local
321 char path[MAX_PATH]; in main() local
H A Ddosinst.h434 mch_chdir(char *path) in mch_chdir()
467 remove_tail(char *path) in remove_tail()
H A Dfindfile.c301 char_u *path, in vim_findfile_init()
1606 ff_path_in_stoplist(char_u *path, int path_len, char_u **stopdirs_v) in ff_path_in_stoplist()
2243 find_previous_pathsep(char_u *path, char_u **psep) in find_previous_pathsep()
2471 char_u *path = fnames[i]; in uniquefy_paths() local
2552 char_u *path = in_curdir[i]; in uniquefy_paths() local
H A Dfilepath.c945 char_u *path = *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path; in findfilendir() local
1633 char_u *path; in f_readdir() local
1687 char_u *path; in f_readdirex() local
2867 get_past_head(char_u *path) in get_past_head()
3336 char_u *path, in dos_expandpath()
3551 char_u *path, in mch_expandpath()
3581 char_u *path, in unix_expandpath()
H A Dcmdexpand.c645 char_u *path; in showmatches() local
2299 char_u *path = NULL; in expand_shellcmd() local
2574 char_u *path, in globpath()
H A Dscriptfile.c240 char_u *path, in do_in_path()
377 char_u *path, in do_in_path_and_pp()
447 source_in_path(char_u *path, char_u *name, int flags, int *ret_sid) in source_in_path()
H A Dgui_at_fs.c91 char *path; member
222 SFchdir(char *path) in SFchdir()
767 SFsetText(char *path) in SFsetText()
H A Dfileio.c4040 char_u *path; in buf_check_timestamp() local
4618 create_readdirex_item(char_u *path, char_u *name) in create_readdirex_item()
4760 char_u *path, in readdir_core()
H A Dmain.c3633 char_u *path = NULL; in set_progpath() local
H A Ddosinst.c969 char *path; in change_bat_choice() local
2103 dir_remove_last(const char *path, char to[MAX_PATH]) in dir_remove_last()
H A Dos_vms.c518 mch_expandpath(garray_T *gap, char_u *path, int flags) in mch_expandpath()
H A Dos_amiga.c894 mch_can_exe(char_u *name, char_u **path, int use_path) in mch_can_exe()
H A Dos_mswin.c676 mch_chdir(char *path) in mch_chdir()
1875 char_u *path = resolve_shortcut(fname); in mch_resolve_path() local
H A Dos_unix.c325 mch_chdir(char *path) in mch_chdir()
3196 mch_can_exe(char_u *name, char_u **path, int use_path) in mch_can_exe()
6511 char_u *path, in mch_expandpath()
H A Dif_cscope.c1875 cs_pathcomponents(char *path) in cs_pathcomponents()
H A Dgui_athena.c489 createXpmImages(char_u *path, char **xpm, Pixmap *sen) in createXpmImages()
H A Dmisc1.c1493 char_u *path, *next_path, *ptr; in expand_env_esc() local
H A Dif_py_both.h1070 map_rtp_callback(char_u *path, void *_data) in map_rtp_callback()
1124 map_finder_callback(char_u *path, void *_data) in map_finder_callback()
1391 char *path; in VimPathHook() local
6721 PyObject *path; in init_sys_path() local
H A Dgui_haiku.cc646 docd(BPath &path) in docd()
713 BPath path; in RefsReceived() local
2296 BPath path; in InitIcon() local

12