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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h255 int cast_mask; /* indicates which close parens potentially member in struct:parser_state
H A Dlexi.c289 state->cast_mask |= (1 << state->p_l_follow) & ~state->not_cast_mask;
H A Dindent.c620 if (ps.cast_mask & (1 << ps.p_l_follow) & ~ps.not_cast_mask) {
622 ps.cast_mask &= (1 << ps.p_l_follow) - 1;
759 ps.cast_mask = 0;

Completed in 67 milliseconds