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

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c88 int l_just_saw_decl = ps.just_saw_decl;
91 ps.just_saw_decl = 0;
295 ps.just_saw_decl = l_just_saw_decl;
H A Dindent_globs.h316 int just_saw_decl; member in struct:parser_state
H A Dio.c195 if (ps.just_saw_decl == 1 && opt.blanklines_after_declarations) {
197 ps.just_saw_decl = 0;
H A Dindent.c763 ps.just_saw_decl--;
871 ps.just_saw_decl = 0;
884 ps.just_saw_decl = 0;
899 ps.just_saw_decl = 2;
978 ps.just_saw_decl = 2;

Completed in 122 milliseconds