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

/freebsd-12-stable/usr.bin/indent/
H A Dindent_globs.h278 int decl_on_line; /* set to true if this line of code has part member in struct:parser_state
H A Dpr_comment.c147 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind;
H A Dio.c211 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a
H A Dindent.c167 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false;
863 ps.decl_on_line = false; /* we can't be in the middle of
985 ps.in_decl = ps.decl_on_line = ps.last_token != type_def;

Completed in 109 milliseconds