Searched refs:xaltmp (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c370 int wtmp, htmp, xaltmp, yaltmp, xtmp, ytmp; local
401 xaltmp = xal; yaltmp = yal;
405 if((xtmp < 0 && ytmp <0 && wtmp < 0 && xaltmp < 0 &&
464 if (xaltmp == -1) /* Horizontal alignment is RANDOM */
465 xaltmp = rnd(3);
473 switch (xaltmp) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c370 int wtmp, htmp, xaltmp, yaltmp, xtmp, ytmp; local
401 xaltmp = xal; yaltmp = yal;
405 if((xtmp < 0 && ytmp <0 && wtmp < 0 && xaltmp < 0 &&
464 if (xaltmp == -1) /* Horizontal alignment is RANDOM */
465 xaltmp = rnd(3);
473 switch (xaltmp) {

Completed in 82 milliseconds