Home
last modified time | relevance | path

Searched refs:PATHSEP (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dascii.h181 # define PATHSEP psepc macro
184 # define PATHSEP '/' macro
H A Dcmdexpand.c2739 upseg[0] = PATHSEP; in wildmenu_process_key()
2742 upseg[3] = PATHSEP; in wildmenu_process_key()
2747 && cclp->cmdbuff[cclp->cmdpos - 1] == PATHSEP in wildmenu_process_key()
H A Dfindfile.c586 || search_ctx->ffsc_fix_path[2] == PATHSEP)) in vim_findfile_init()
2349 buf[len] = PATHSEP; in expand_path_option()
H A Dfileio.c3539 retval[fnamelen++] = PATHSEP; in buf_modname()