Home
last modified time | relevance | path

Searched refs:in_case (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_missing_break.c114 static int in_case; variable
121 if (!in_case) in merge_hook()
132 in_case = 1; in match_stmt()
134 in_case = 0; in match_stmt()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l128 unsigned int in_case:1; member
300 status.in_case = 1;
308 if (status.in_case == 1) {
312 status.in_case = 0;
655 status.in_case, status.in_if, status.in_pipe);
784 || (status.in_case != 0)
797 status.in_case, status.in_if, status.in_pipe);
811 status.in_case = status.in_if = status.in_awk = 0;