Searched defs:brac (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 523 int brac, c, mth; local 526 brac = 0; 541 if (brac == 0 && sw == TRUE) { 548 if (brac == 0) { 555 brac++; 559 brac--; 560 if (brac == 0) { 624 if (peek == '\n' && !brac && copy_line) {
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1443 int brac, c, match, i, t, j, s, tok, argument, m; local 1451 brac = 0; 1458 if (brac == 0) { 1464 brac++; 1625 if (--brac)
|
Completed in 60 milliseconds