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

/freebsd-10.1-release/usr.bin/indent/
H A Dindent_globs.h241 int cast_mask; /* indicates which close parens close off member in struct:parser_state
H A Dlexi.c302 ps.cast_mask |= (1 << ps.p_l_follow) & ~ps.sizeof_mask;
H A Dindent.c549 if (ps.cast_mask & (1 << ps.p_l_follow) & ~ps.sizeof_mask) {
551 ps.cast_mask &= (1 << ps.p_l_follow) - 1;
708 ps.cast_mask = 0;

Completed in 83 milliseconds