OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
;
461
for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->
c_surrounding
)
525
for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->
c_surrounding
)
861
cs = cs->
c_surrounding
;
880
for (cs = cstmt; cs != NULL && !cs->c_loop; cs = cs->
c_surrounding
)
949
for (; cs->
c_surrounding
!= NULL; cs = cs->
c_surrounding
)
lint1.h
459
struct control_statement *
c_surrounding
;
member in struct:control_statement
Completed in 40 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025