Searched refs:IS_ABSOLUTE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/include/
H A Dnonposix.h100 # define IS_ABSOLUTE(f) \ macro
211 #ifndef IS_ABSOLUTE
212 # define IS_ABSOLUTE(f) ((f)[0] == '/') macro
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp100 if (IS_ABSOLUTE(name) || *dirs == '\0') {
157 if (!reading || IS_ABSOLUTE(name) || *dirs == '\0') {
/freebsd-10.0-release/contrib/texinfo/lib/
H A Dsystem.h233 # define IS_ABSOLUTE(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':')) macro
244 # define IS_ABSOLUTE(n) ((n)[0] == '/') macro
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dfiles.c97 if (IS_ABSOLUTE (filename)
422 if (IS_ABSOLUTE (filename) ||
511 if (IS_ABSOLUTE (filename)
540 if (IS_ABSOLUTE (input_name))
/freebsd-10.0-release/contrib/texinfo/info/
H A Dfilesys.c104 if (IS_ABSOLUTE (partial))
109 if (IS_ABSOLUTE (expansion))
H A Dnodes.c231 || (!IS_ABSOLUTE (filename)
/freebsd-10.0-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp442 if (IS_ABSOLUTE(filename))

Completed in 179 milliseconds