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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dncparse.c70 } kw[] = { variable in typeref:struct:KeyWords
95 while ( kw[i].name && kw[i].tok != tok )
98 return kw[i].name;
108 while ( kw[i].name && strcmp (kw[i].name, keyword) != 0 )
111 return kw[i].tok;
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c1280 const keyword_type_t *kw = type->of; local
1284 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0) {
1286 CHECK(kw->type->parse(pctx, kw->type, &obj));
1293 kw->name);
1340 const keyword_type_t *kw = obj->type->of; local
1341 cfg_print_cstr(pctx, kw->name);
1343 kw->type->print(pctx, obj);
1348 const keyword_type_t *kw = type->of; local
1349 cfg_print_cstr(pctx, kw
1356 const keyword_type_t *kw = type->of; local
1505 const keyword_type_t *kw = type->of; local
[all...]

Completed in 1172 milliseconds