Searched refs:in_decl (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent.c158 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false;
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 &&
765 if (ps.in_decl && s_code == e_code && !ps.block_init &&
772 ps.in_decl = (ps.dec_nest > 0); /* if we were in a first level
843 if (ps.in_decl && ps.in_or_st) { /* this is either a structure
862 ps.in_decl = false;
900 ps.in_decl = true;
976 ps.in_decl = ps.decl_on_line = ps.last_token != type_def;
995 if (ps.in_decl) {
[all...]
H A Dindent_globs.h281 int in_decl; /* set to true when we are in a declaration member in struct:parser_state
H A Dlexi.c325 if (state->in_decl)
539 if (ps.in_decl) {
H A Dio.c203 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a
206 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be

Completed in 68 milliseconds