table_findbyname
if (table_findbyname(conf, $3) == NULL) {
if ((dsttb = table_findbyname(conf, tb->conf.name)) == NULL) {
table = table_findbyname(env, id->name);
table = table_findbyname(env, id->name);
struct table *table_findbyname(struct relayd *, const char *);