Searched refs:aField (Results 1 – 1 of 1) sorted by relevance
23073 static const struct { const char *zName; int ofst; } aField[] = { in shell_dbinfo_command() local23134 for(i=0; i<ArraySize(aField); i++){ in shell_dbinfo_command()23135 int ofst = aField[i].ofst; in shell_dbinfo_command()23137 oputf("%-20s %u", aField[i].zName, val); in shell_dbinfo_command()