Searched refs:aField (Results 1 – 1 of 1) sorted by relevance
16566 static const struct { const char *zName; int ofst; } aField[] = { in shell_dbinfo_command() local16625 for(i=0; i<ArraySize(aField); i++){ in shell_dbinfo_command()16626 int ofst = aField[i].ofst; in shell_dbinfo_command()16628 utf8_printf(p->out, "%-20s %u", aField[i].zName, val); in shell_dbinfo_command()