Home
last modified time | relevance | path

Searched defs:ISROOTEDPATH (Results 1 – 1 of 1) sorted by relevance

/minix3/bin/ksh/
H A Dsh.h312 # define ISROOTEDPATH(s) (ISDIRSEP((s)[0]) || ISABSPATH(s)) macro
334 # define ISROOTEDPATH(s) ISABSPATH(s) macro