Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent_globs.h277 int decl_on_line; /* set to true if this line of code has part member
H A Dindent.c157 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
853 ps.decl_on_line = false; /* we can't be in the middle of in main()
975 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
H A Dpr_comment.c138 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind; in pr_comment()
H A Dio.c203 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()