HomeSort by: relevance | last modified time | path
    Searched refs:no_rest_on_space (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
def.flag.h 80 unsigned no_rest_on_space:1; /* spaces are ignored */ member in struct:flag
hack.options.c 83 flags.no_rest_on_space = TRUE;
143 flags.no_rest_on_space = negated;
260 if (flags.no_rest_on_space)
hack.cmd.c 161 (flags.no_rest_on_space && *cmd == ' ')) {

Completed in 32 milliseconds