Searched refs:not_cast_mask (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h257 int not_cast_mask; /* indicates which close parens definitely member in struct:parser_state
H A Dlexi.c289 state->cast_mask |= (1 << state->p_l_follow) & ~state->not_cast_mask;
H A Dindent.c616 ps.not_cast_mask |= 1 << ps.p_l_follow;
620 if (ps.cast_mask & (1 << ps.p_l_follow) & ~ps.not_cast_mask) {
626 ps.not_cast_mask &= (1 << ps.p_l_follow) - 1;
760 ps.not_cast_mask = 0;

Completed in 136 milliseconds