table_create
t = table_create(conf, "static", "<anydestination>", NULL);
table_create(conf, "getpwnam", "<getpwnam>", NULL);
t = table_create(conf, "static", "<localnames>", NULL);
t = table_create(conf, "static", "<anyhost>", NULL);
t = table_create(conf, "static", "<localhost>", NULL);
table = table_create(conf, backend, $2, config);
table = table_create(conf, "static", $2, NULL);
t = table_create(conf, "static", NULL, NULL);
table = table_create(conf, "static", NULL, NULL);
struct table *table_create(struct smtpd *, const char *, const char *,