Searched refs:rest_on_space (Results 1 - 6 of 6) sorted by last modified time

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c156 {"rest_on_space", &flags.rest_on_space, FALSE, SET_IN_GAME},
H A Dcmd.c1830 if(!*cmd || *cmd == (char)0377 || (!flags.rest_on_space && *cmd == ' '))
1945 } else if (*cmd == ' ' && !flags.rest_on_space) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c156 {"rest_on_space", &flags.rest_on_space, FALSE, SET_IN_GAME},
H A Dcmd.c1830 if(!*cmd || *cmd == (char)0377 || (!flags.rest_on_space && *cmd == ' '))
1945 } else if (*cmd == ' ' && !flags.rest_on_space) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h68 boolean rest_on_space; /* space means rest */ member in struct:flag
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h68 boolean rest_on_space; /* space means rest */ member in struct:flag

Completed in 63 milliseconds