table_backend
struct table_backend *t_backend;
struct table_backend *tb;
struct table_backend *table_backend_lookup(const char *);
extern struct table_backend table_backend_static;
extern struct table_backend table_backend_db;
extern struct table_backend table_backend_getpwnam;
extern struct table_backend table_backend_proc;
static struct table_backend *backends[] = {
struct table_backend *
struct table_backend table_backend_db = {
struct table_backend table_backend_getpwnam = {
struct table_backend table_backend_proc = {
struct table_backend table_backend_static = {