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

  /src/bin/ksh/
sh.h 135 /* ISABSPATH() means path is fully and completely specified,
139 * OS Path ISABSPATH ISROOTEDPATH ISRELPATH
148 # define ISABSPATH(s) ISDIRSEP((s)[0])
149 # define ISRELPATH(s) (!ISABSPATH(s))
150 # define ISROOTEDPATH(s) ISABSPATH(s)
path.c 273 xp = ISABSPATH(lbuf) ? Xstring(*xsp, xp)
main.c 233 if (!ISABSPATH(pwd)
c_ksh.c 144 if (!ISABSPATH(Xstring(xs, xp))) {
var.c 1028 if (ISABSPATH(s) && eaccess(s, W_OK|X_OK) == 0

Completed in 15 milliseconds