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_begin
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
1021
bool *
is_begin
, bool *is_end, bool *is_system)
1024
*
is_begin
= false;
1038
*
is_begin
= true;
1096
bool
is_begin
, is_end, is_system;
local
1097
parse_line_directive_flags(p, &
is_begin
, &is_end, &is_system);
1098
update_location(curr_pos.p_file, (int)ln,
is_begin
, is_end);
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026