Searched refs:in_stmt (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent.c164 ps.want_blank = ps.in_stmt = ps.ind_stmt = false;
528 ps.in_stmt = true; /* turn on flag which causes an extra level of
642 ps.in_stmt = false; /* dont use stmt continuation
727 ps.in_stmt = false; /* seeing a label does not imply we are in a
793 ps.in_stmt = (ps.p_l_follow > 0); /* we are no longer in the
803 ps.in_stmt = false; /* dont indent the {} */
894 ps.in_stmt = ps.ind_stmt = false;
928 ps.in_stmt = false;
1019 ps.in_stmt = false;
H A Dindent_globs.h284 int in_stmt; /* set to 1 while in a stmt */ member in struct:parser_state
H A Dlexi.c336 !state->in_stmt &&
H A Dio.c206 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be
/freebsd-current/crypto/openssl/util/
H A Dcheck-format.pl458 my $in_stmt = $in_expr || @nested_symbols != 0; # not: || $in_typedecl != 0
470 if ($c ne "{" || $in_stmt) { # for '{' inside stmt/expr (not: decl), for '(', '[', or '?' anywhere
481 if (($c ne ":" || $in_stmt # ignore ':' outside stmt/expr/decl
490 if ($c ne "}" || $in_stmt) { # for '}' inside stmt/expr/decl, ')', ']', or ':'
844 my $in_stmt = $in_expr || @nested_symbols != 0 || $in_typedecl != 0;
845 if ($in_stmt) { # expr/stmt/type decl/var def/fn hdr, i.e., not at block level
880 if (!$in_stmt) { # at block level, i.e., outside expr/stmt/type decl/var def/fn hdr

Completed in 188 milliseconds