Home
last modified time | relevance | path

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

/src/usr.bin/indent/ !
H A Dindent.c157 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
583 else if (ps.in_decl && !ps.block_init && !ps.dumped_decl_indent && in main()
653 if (!ps.dumped_decl_indent && ps.in_decl && !ps.block_init && in main()
764 if (ps.in_decl && s_code == e_code && !ps.block_init && in main()
771 ps.in_decl = (ps.dec_nest > 0); /* if we were in a first level in main()
842 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()
861 ps.in_decl = false; in main()
899 ps.in_decl = true; in main()
975 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
994 if (ps.in_decl) { in main()
[all …]
H A Dlexi.c325 if (state->in_decl) in lexi()
539 if (ps.in_decl) { in lexi()
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 Dindent_globs.h281 int in_decl; /* set to true when we are in a declaration member