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

/bind-9.11.3/lib/isccfg/
H A Dparser.c2205 * An unsupported option. This is just a list of tokens with balanced braces
2213 int braces = 0; local
2223 braces++;
2225 braces--;
2227 if (braces == 0)
2230 if (pctx->token.type == isc_tokentype_eof || braces < 0) {
2239 INSIST(braces == 0);
H A Dnamedconf.c3311 * statement, which takes a single key with or without braces and semicolon.
3318 isc_boolean_t braces = ISC_FALSE; local
3326 braces = ISC_TRUE;
3331 if (braces) {

Completed in 28 milliseconds