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

/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c1621 * An unsupported option. This is just a list of tokens with balanced braces
1629 int braces = 0; local
1639 braces++;
1641 braces--;
1643 if (braces == 0)
1646 if (pctx->token.type == isc_tokentype_eof || braces < 0) {
1655 INSIST(braces == 0);
H A Dnamedconf.c1753 * statement, which takes a single key with or without braces and semicolon.
1760 isc_boolean_t braces = ISC_FALSE; local
1768 braces = ISC_TRUE;
1773 if (braces) {

Completed in 581 milliseconds