OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_system
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
1021
bool *is_begin, bool *is_end, bool *
is_system
)
1026
*
is_system
= false;
1042
*
is_system
= true;
1096
bool is_begin, is_end,
is_system
;
local
1097
parse_line_directive_flags(p, &is_begin, &is_end, &
is_system
);
1099
in_system_header =
is_system
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
2957
def _ClassifyInclude(fileinfo, include,
is_system
):
2963
is_system
: True if the #include used <> rather than "".
2986
if
is_system
:
3047
is_system
= (match.group(1) == '<')
3067
_ClassifyInclude(fileinfo, include,
is_system
))
Completed in 88 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026