Home | History | Annotate | Download | only in hack

Lines Matching refs:billobjs

88 struct obj     *billobjs = 0;
168 struct obj *billobjs; /* objects on bill with bp->useup */
238 while ((obj = billobjs) != NULL) {
239 billobjs = obj->nobj;
365 * billobjs = 0; -- this is wrong if we save in a
370 * billobjs)
406 obj->nobj = billobjs;
407 billobjs = obj;
595 struct obj *otmp = billobjs;
596 if (obj == billobjs)
597 billobjs = obj->nobj;
641 obj = o_on(id, billobjs);
732 otmp->nobj = billobjs;
733 billobjs = otmp;