Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/indent/
Dindent_globs.h265 int decl_on_line; /* set to true if this line of code has part member
Dindent.c130 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
790 ps.decl_on_line = false; in main()
903 ps.in_decl = ps.decl_on_line = true; in main()
Dpr_comment.c160 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind; in pr_comment()
Dio.c266 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()