Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/indent/
HDindent.c165 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
591 else if (ps.in_decl && !ps.block_init && !ps.dumped_decl_indent && in main()
661 if (!ps.dumped_decl_indent && ps.in_decl && !ps.block_init && in main()
772 if (ps.in_decl && s_code == e_code && !ps.block_init && in main()
779 ps.in_decl = (ps.dec_nest > 0); /* if we were in a first level in main()
850 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()
869 ps.in_decl = false; in main()
907 ps.in_decl = true; in main()
983 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
1002 if (ps.in_decl) { in main()
[all …]
HDlexi.c331 if (state->in_decl) in lexi()
545 if (ps.in_decl) { in lexi()
HDio.c209 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()
212 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be in dump_line()
HDindent_globs.h283 int in_decl; /* set to true when we are in a declaration member