Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/indent/
Dindent.c130 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
418 && !procnames_start_line && ps.in_decl in main()
505 if (ps.in_decl && !ps.block_init) in main()
581 if (troff && !ps.dumped_decl_indent && ps.in_decl && !is_procname) { in main()
591 if (ps.in_decl && !ps.block_init) { /* if this is a unary op in main()
675 if (ps.in_decl) { in main()
711 if (ps.in_decl && s_code == e_code && !ps.block_init) in main()
717 ps.in_decl = (ps.dec_nest > 0); /* if we were in a first level in main()
784 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()
834 ps.in_decl = true; in main()
[all …]
Dio.c266 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()
269 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be in dump_line()
Dindent_globs.h269 int in_decl; /* set to true when we are in a declaration member