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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dsystem.h235 # define IS_ABSOLUTE(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':')) macro
246 # define IS_ABSOLUTE(n) ((n)[0] == '/') macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h102 # define IS_ABSOLUTE(f) \ macro
214 # define IS_ABSOLUTE(f) ((f)[0] == '/') macro

Completed in 107 milliseconds