HomeSort by: relevance | last modified time | path
    Searched refs:ISRELPATH (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
path.c 58 if (!ISRELPATH(file)) {
83 if ((use_cdpath == 0 || !plen || ISRELPATH(plist))
sh.h 137 * ISRELPATH() means $PWD can be tacked on to get an absolute path.
139 * OS Path ISABSPATH ISROOTEDPATH ISRELPATH
149 # define ISRELPATH(s) (!ISABSPATH(s))

Completed in 14 milliseconds