Lines Matching defs:loc
373 long loc = 0L; /* location in energy void file */
383 if (loc > 0L)
387 writevoid(&Enrgyvoid, loc);
395 loc += SZ_VOIDSTRUCT;
406 long loc; /* location in file of other players */
526 loc = 0L;
534 writerecord(&Other, loc);
537 loc += SZ_PLAYERSTRUCT;
618 long loc = 0L; /* location of old king in player file */
642 writerecord(&Other, loc);
646 loc += SZ_PLAYERSTRUCT;
675 long loc; /* location in energy void file */
701 if ((loc = allocvoid()) > 20L * (long)SZ_VOIDSTRUCT)
711 writevoid(&Enrgyvoid, loc);
844 if ((loc = findname(Databuf, &Other)) >= 0L) {
862 writerecord(&Other, loc);
876 writevoid(struct energyvoid *vp, long loc)
879 fseek(Energyvoidfp, loc, SEEK_SET);
888 long loc = 0L; /* location of new energy void */
893 loc += SZ_VOIDSTRUCT;
897 return (loc);