OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_ABSOLUTE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/include/
nonposix.h
102
# define
IS_ABSOLUTE
(f) \
213
#ifndef
IS_ABSOLUTE
214
# define
IS_ABSOLUTE
(f) ((f)[0] == '/')
/src/external/gpl2/texinfo/dist/lib/
system.h
243
# define
IS_ABSOLUTE
(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':'))
254
# define
IS_ABSOLUTE
(n) ((n)[0] == '/')
Completed in 16 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026