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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h277 int decl_on_line; /* set to true if this line of code has part member in struct:parser_state
H A Dpr_comment.c139 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind;
H A Dio.c203 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a
H A Dindent.c158 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false;
854 ps.decl_on_line = false; /* we can't be in the middle of
976 ps.in_decl = ps.decl_on_line = ps.last_token != type_def;

Completed in 71 milliseconds