cell
char cell[64];
if (k_afs_cell_of_file(pw->pw_dir, cell, sizeof(cell)) == 0)
s->authctxt->krb5_fwd_ccache, cell, NULL);
struct cel *cell; /* pointer to the dungeon storage */
if (cell[p * MAXX * MAXY + i * MAXY + j].item == l)
lwrite((char *)&cell[k * MAXX * MAXY], sizeof(struct cel) * MAXY * MAXX);
lrfill((char *)&cell[k * MAXX * MAXY], sizeof(struct cel) * MAXY * MAXX);
extern struct cel *cell;
cell = malloc(sizeof(struct cel) * (MAXLEVEL + MAXVLEVEL) * MAXX * MAXY);
if (cell == NULL) /* malloc failure */
pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's cells */
pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's cells */
typedef cell regcell;
cell *bp, *sp;
static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */
cell board[B_SIZE];
cell *p;
cell *p;
extern cell board[B_SIZE]; /* 1 => occupied, 0 => empty */
int cell[0x100];
return ((ei->cell[c & 0xFF] & 0x1) ? 2 : 1);
return ((ei->cell[c & 0xFF] & 0x2) ? 1 : 0);
ei->cell[n & 0xFF] |= i;
(SHIFT7BIT((c)) ? -1 : (((ei)->cell[(c)] & EI_MASK) - 1))
ei->cell[(c)] & (EI_DIRECT | EI_OPTION | EI_SPACE)))
(c < 0x80 && ei->cell[(c)] & (EI_DIRECT | EI_SPACE))))
ei->cell[*s & 0x7f] |= flag; \
uint16_t cell[0x80];
int cell, i;
cell = krandom() % NUM_STARS;
sc_vtb_putc(&scp->scr, stars[cell][0],
sc->scr_map[pattern[stars[cell][1]]],
if ((stars[cell][1]+=(krandom()%4)) >= sizeof(pattern)-1) {
stars[cell][0] = krandom() % (scp->xsize*scp->ysize);
stars[cell][1] = 0;