Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dascii.h182 # define PATHSEPSTR pseps macro
185 # define PATHSEPSTR "/" macro
H A Dfindfile.c523 …: Invalid path: '**[number]' must be at the end of the path or be followed by '%s'."), PATHSEPSTR); in vim_findfile_init()
2568 rel_path = alloc(STRLEN(short_name) + STRLEN(PATHSEPSTR) + 2); in uniquefy_paths()
H A Dfilepath.c3029 STRCAT(p, PATHSEPSTR); in add_pathsep()
H A Dif_py_both.h1143 pathlen + STRLEN(PATHSEPSTR) + PYTHONX_STRING_LENGTH + 1))) in map_finder_callback()