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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dncparse.c76 #if 0 /* we don't need the type keyword; master, slave etc. is sufficient */
102 static int searchkw (const char *keyword) argument
106 dbg_val ("ncparse: searchkw (%s)\n", keyword);
108 while ( kw[i].name && strcmp (kw[i].name, keyword) != 0 )
192 ** - In a zone declaration the _first_ keyword MUST be "type"
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp202 tokenizer< IS >::add_keyword(const std::string& keyword, argument
205 m_keywords_map[keyword] = type;

Completed in 10 milliseconds