OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outer_bl
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xlint/lint1/
init.c
679
brace_level *
outer_bl
= in->in_brace_level;
680
if (!allow_c90 &&
outer_bl
== NULL)
694
if (
outer_bl
!= NULL &&
outer_bl
->bl_designation.dn_len == 0) {
695
designation *dn = &
outer_bl
->bl_designation;
696
(void)designation_descend(dn,
outer_bl
->bl_type);
697
tp = designation_type(dn,
outer_bl
->bl_type);
700
in->in_brace_level = brace_level_new(tp,
outer_bl
);
739
brace_level *
outer_bl
= inner_bl->bl_enclosing;
local
740
in->in_brace_level =
outer_bl
;
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026