Home | History | Annotate | Download | only in hack

Lines Matching refs:flags

81 	flags.time = flags.nonews = flags.notombstone = flags.end_own =
82 flags.standout = flags.nonull = FALSE;
83 flags.no_rest_on_space = TRUE;
84 flags.invlet_constant = TRUE;
85 flags.end_top = 5;
86 flags.end_around = 4;
87 flags.female = FALSE; /* players are usually male */
122 flags.standout = !negated;
126 flags.nonull = negated;
130 flags.notombstone = negated;
134 flags.nonews = negated;
138 flags.time = !negated;
139 flags.botl = 1;
143 flags.no_rest_on_space = negated;
148 flags.invlet_constant = !negated;
154 flags.female = negated;
158 flags.female = !negated;
191 flags.end_top = num;
194 flags.end_around = num;
197 flags.end_own = !negated;
249 (void) strcat(buf, flags.female ? "female," : "male,");
250 if (flags.standout)
252 if (flags.nonull)
254 if (flags.nonews)
256 if (flags.time)
258 if (flags.notombstone)
260 if (flags.no_rest_on_space)
262 if (flags.end_top != 5 || flags.end_around != 4 || flags.end_own) {
266 flags.end_top, flags.end_around);
267 if (flags.end_own)