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

/freebsd-12-stable/usr.bin/indent/
H A Dindent.c173 ps.want_blank = ps.in_stmt = ps.ind_stmt = false;
537 ps.in_stmt = true; /* turn on flag which causes an extra level of
651 ps.in_stmt = false; /* dont use stmt continuation
736 ps.in_stmt = false; /* seeing a label does not imply we are in a
802 ps.in_stmt = (ps.p_l_follow > 0); /* we are no longer in the
812 ps.in_stmt = false; /* dont indent the {} */
903 ps.in_stmt = ps.ind_stmt = false;
937 ps.in_stmt = false;
1028 ps.in_stmt = false;
H A Dindent_globs.h285 int in_stmt; /* set to 1 while in a stmt */ member in struct:parser_state
H A Dlexi.c344 !state->in_stmt &&
H A Dio.c214 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be

Completed in 114 milliseconds