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

/freebsd-9.3-release/usr.bin/indent/
H A Dindent_globs.h267 int decl_on_line; /* set to true if this line of code has part member in struct:parser_state
H A Dpr_comment.c153 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind;
H A Dindent.c140 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false;
797 ps.decl_on_line = false; /* we cant be in the middle of
911 ps.in_decl = ps.decl_on_line = true;
H A Dio.c272 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a

Completed in 104 milliseconds