Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/less/
HDdefines.h136 #define PATHNAME_SEP "/" macro
/freebsd-14-stable/contrib/less/
HDfilename.c255 SNPRINTF3(pathname, len, "%s%s%s", dirname, PATHNAME_SEP, filename); in dirfile()
432 if (*slash == *PATHNAME_SEP || *slash == '/') in fcomplete()
1134 if (*slash == *PATHNAME_SEP || *slash == '/') in last_component()
HDlesskey.c149 strcat(pathname, PATHNAME_SEP); in mkpathname()
HDcmdbuf.c1184 s = PATHNAME_SEP; in cmd_complete()