Searched refs:block_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dlexi.c319 state->in_parameter_declaration == 0 && state->block_init == 0) {
335 else if (!state->p_l_follow && !state->block_init &&
437 * if (state->in_or_st) state->block_init = 1;
439 /* ? code = state->block_init ? lparen : lbrace; */
445 /* ? code = state->block_init ? rparen : rbrace; */
498 state->block_init = 1;
H A Dindent.c568 || !opt.leave_comma || ps.block_init || !break_comma || s_com != e_com) {
584 else if (ps.in_decl && !ps.block_init && !ps.dumped_decl_indent &&
654 if (!ps.dumped_decl_indent && ps.in_decl && !ps.block_init &&
761 ps.block_init = 0;
765 if (ps.in_decl && s_code == e_code && !ps.block_init &&
804 if (!ps.block_init)
812 if (s_code != e_code && !ps.block_init) {
875 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be
886 if (s_code != e_code && !ps.block_init) { /* '}' must be first on
1007 else if (!ps.block_init
[all...]
H A Dindent_globs.h259 int block_init; /* true iff inside a block initialization */ member in struct:parser_state

Completed in 70 milliseconds