db_new_table 136 include/dbcs.h int db_new_table(char *, int *); db_new_table 129 include/dblocal.h int db_new_table(char *, int *); db_new_table 4276 source/db.c ret = db_new_table(fname, &tid); db_new_table 261 source/dbgen.c if ((ret = db_new_table(opt.outfile, &tid)) != DBENG_OK) db_new_table 5447 source/dbsrv.c ret = db_new_table(filename, &tid); db_new_table 1954 source/dbstress.c ret = db_new_table(dest_table_name, &tid);