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_break
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
func.c
686
if (cstmt->
c_break
) {
689
*
c_break
is only set if a break statement can actually be
736
set_reached(!cstmt->c_maybe_endless || cstmt->
c_break
);
771
if (cstmt->
c_break
)
844
set_reached(cstmt->
c_break
|| !cstmt->c_maybe_endless);
868
cs->
c_break
= true;
888
/* TODO: only if reachable, for symmetry with
c_break
*/
lint1.h
437
bool
c_break
:1; /* the loop/switch has a reachable 'break'
member in struct:control_statement
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026