Searched defs:IS_ABSOLUTE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/groff/src/include/
H A Dnonposix.h100 # define IS_ABSOLUTE(f) \ macro
212 # define IS_ABSOLUTE(f) ((f)[0] == '/') macro
/freebsd-10-stable/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

Completed in 89 milliseconds