Searched refs:sizeof_mask (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/indent/
H A Dindent_globs.h236 int sizeof_mask; /* indicates which close parens close off member in struct:parser_state
H A Dindent.c646 ps.sizeof_mask |= 1 << ps.p_l_follow;
651 if (ps.cast_mask & (1 << ps.p_l_follow) & ~ps.sizeof_mask) {
655 ps.sizeof_mask &= (1 << ps.p_l_follow) - 1;
812 ps.sizeof_mask = 0;

Completed in 186 milliseconds