OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_surrounding
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
func.c
149
cs->
c_surrounding
= cstmt;
157
cstmt = cstmt->
c_surrounding
;
160
cstmt = cs->
c_surrounding
;
462
for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->
c_surrounding
)
526
for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->
c_surrounding
)
862
cs = cs->
c_surrounding
;
881
for (cs = cstmt; cs != NULL && !cs->c_loop; cs = cs->
c_surrounding
)
950
for (; cs->
c_surrounding
!= NULL; cs = cs->
c_surrounding
)
lint1.h
461
struct control_statement *
c_surrounding
;
member in struct:control_statement
Completed in 46 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026