Home
last modified time | relevance | path

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

/NextBSD/usr.bin/indent/
HDindent_globs.h267 int decl_on_line; /* set to true if this line of code has part member
HDindent.c140 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
797 ps.decl_on_line = false; /* we can't be in the middle of in main()
911 ps.in_decl = ps.decl_on_line = true; in main()
HDpr_comment.c152 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind; in pr_comment()
HDio.c272 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()