Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h102 # define IS_ABSOLUTE(f) \ macro
214 # define IS_ABSOLUTE(f) ((f)[0] == '/') macro
/netbsd-src/external/gpl2/texinfo/dist/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