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