Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tcsh/
HDsh.dir.c381 if (ABSOLUTEP(start)) in dnormalize()
540 if (!ABSOLUTEP(cp)) in dgoto()
566 if (ABSOLUTEP(cp) && cp[1] == ':') { /* Only DOS paths are treated that way */ in dgoto()
902 if (!ABSOLUTEP(cp)) { in dcanon_internal()
907 if (p1 == STRNULL || !ABSOLUTEP(p1)) { in dcanon_internal()
HDsh.h146 # define ABSOLUTEP(p) ((p)[0] == '/' || \ macro
149 # define ABSOLUTEP(p) ((p)[0] == '/' || \ macro
153 # define ABSOLUTEP(p) (*(p) == '/') macro
HDsh.exec.c277 if (!slash && ABSOLUTEP(pv[0]) && havhash) { in doexec()
698 if (!ABSOLUTEP(pv[0])) in dohash()
832 if (!slash && ABSOLUTEP(pv[0]) && havhash) { in iscommand()
HDFixes865 73. Another ABSOLUTEP change (Amol)