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

/openbsd-current/usr.bin/indent/
H A Dpr_comment.c85 int l_just_saw_decl = ps.just_saw_decl;
92 ps.just_saw_decl = 0;
337 ps.just_saw_decl = l_just_saw_decl;
H A Dindent_globs.h315 int just_saw_decl; member in struct:parser_state
H A Dindent.c815 ps.just_saw_decl--;
911 ps.just_saw_decl = 0;
924 ps.just_saw_decl = 0;
939 ps.just_saw_decl = 2;
1011 ps.just_saw_decl = 2;
H A Dio.c252 if (ps.just_saw_decl == 1 && blanklines_after_declarations) {
254 ps.just_saw_decl = 0;

Completed in 168 milliseconds