Home
last modified time | relevance | path

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

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