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