Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.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()
H A Dsh.h146 # define ABSOLUTEP(p) ((p)[0] == '/' || \ macro
149 # define ABSOLUTEP(p) ((p)[0] == '/' || \ macro
153 # define ABSOLUTEP(p) (*(p) == '/') macro
H A Dsh.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()
H A DFixes865 73. Another ABSOLUTEP change (Amol)