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

/freebsd-12-stable/usr.bin/indent/
H A Dindent_globs.h256 int cast_mask; /* indicates which close parens potentially member in struct:parser_state
H A Dlexi.c297 state->cast_mask |= (1 << state->p_l_follow) & ~state->not_cast_mask;
H A Dindent.c629 if (ps.cast_mask & (1 << ps.p_l_follow) & ~ps.not_cast_mask) {
631 ps.cast_mask &= (1 << ps.p_l_follow) - 1;
768 ps.cast_mask = 0;

Completed in 113 milliseconds