Home
last modified time | relevance | path

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

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