Home
last modified time | relevance | path

Searched refs:no_rest_on_space (Results 1 – 3 of 3) sorted by relevance

/original-bsd/games/hack/
H A Dhack.options.c15 flags.no_rest_on_space = TRUE; in initoptions()
76 flags.no_rest_on_space = negated;
188 if(flags.no_rest_on_space) in doset()
H A Ddef.flag.h18 unsigned no_rest_on_space:1; /* spaces are ignored */ member
H A Dhack.cmd.c105 (flags.no_rest_on_space && *cmd == ' ')){