Searched refs:wc_tile_width (Results 1 - 4 of 4) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h227 int wc_tile_width; /* tile width */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c1985 iflags.wc_tile_width = negated ? 0 : atoi(op);
3097 if (iflags.wc_tile_width) Sprintf(buf, "%d",iflags.wc_tile_width);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h227 int wc_tile_width; /* tile width */ member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c1985 iflags.wc_tile_width = negated ? 0 : atoi(op);
3097 if (iflags.wc_tile_width) Sprintf(buf, "%d",iflags.wc_tile_width);

Completed in 231 milliseconds