17 #include <grass/gis.h>
18 #include <grass/dbmi.h>
19 #include <grass/glocale.h>
36 int i,
count, found = 0;
41 if (strchr(tabname,
'.'))
46 G_warning(_(
"Unable open database <%s> by driver <%s>"), dbname,
59 for (i = 0; i <
count; i++) {
62 if (!full && (c = strchr(buf,
'.'))) {
65 G_debug(2,
"table = %s -> %s", buf, bufp);
77 for (i = 0; i <
count; i++) {
80 if (!full && (c = strchr(buf,
'.'))) {