Home
last modified time | relevance | path

Searched refs:ISRELPATH (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ksh/
H A Dpath.c58 if (!ISRELPATH(file)) {
83 if ((use_cdpath == 0 || !plen || ISRELPATH(plist))
H A Dsh.h149 # define ISRELPATH(s) (!ISABSPATH(s)) macro