#include <grammar.h>
Data Fields | |
cfg_obj_t * | id |
Used for 'named maps' like keys, zones, &c. | |
const cfg_clausedef_t *const * | clausesets |
The clauses that can occur in this map; used for printing. | |
isc_symtab_t * | symtab |
Definition at line 122 of file grammar.h.
Used for 'named maps' like keys, zones, &c.
Definition at line 123 of file grammar.h.
Referenced by cfg_map_getname(), cfg_print_map(), create_map(), free_map(), and parse_any_named_map().
const cfg_clausedef_t* const* cfg_map::clausesets |
The clauses that can occur in this map; used for printing.
Definition at line 124 of file grammar.h.
Referenced by cfg_parse_mapbody(), cfg_parser_mapadd(), and cfg_print_mapbody().
Definition at line 127 of file grammar.h.
Referenced by cfg_map_count(), cfg_map_get(), cfg_parse_mapbody(), cfg_parser_mapadd(), cfg_print_mapbody(), create_map(), and free_map().