lump
struct lump *lp2;
const struct lump *lp = TAILQ_FIRST(&lumps);
struct lump *lp;
struct lump *llp;
TAILQ_ENTRY(lump) list;
struct lump *lp;
static TAILQ_HEAD(, lump) lumps = TAILQ_HEAD_INITIALIZER(lumps);