Lines Matching defs:brace
1299 int brace;
3278 if (!sstrncmp( proto->tp, "inline", 6) && !(flags & ((1L<<15)|(1L<<23)|(1L<<25)|(1L<<26))) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
3397 if (!(flags & (1L<<0)) || proto->brace == 0)
3454 if (!(flags & (1L<<0)) || proto->brace == 0)
3487 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & ((1L<<0)|(1L<<1)|(1L<<3)|(1L<<15)|(1L<<19)|(1L<<23)|(1L<<25))) == ((1L<<15)|(1L<<25)) && ((dir & 03) != 03 || ((dir>>2) & 03) != 01))
3613 if (proto->brace++ == 0 && paren == 0)
3907 proto->brace = 0;
3920 if (--proto->brace == 0)
3935 if (last == ')' && proto->brace && (group != 2 || call != 2)) flags |= (1L<<23);
4100 if (proto->brace == 0)
4274 if (proto->brace == 0 && !(flags & (1L<<1))) flags |= (1L<<23);
4354 if ((flags & ((1L<<5)|(1L<<15))) == ((1L<<5)|(1L<<15)) && ((flags & ((1L<<3)|(1L<<23))) || proto->brace || c != '(' && c != ')' && c != '*' && c != (0401+0)))