DB_FIRST
#define DB_FIRST 7 /* c_get(), log_get() */
DB_FIRST = 3,
enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, DB_ALL,