Lines Matching refs:flags
76 flags.time = flags.nonews = flags.notombstone = flags.end_own = in initoptions()
77 flags.standout = flags.nonull = FALSE; in initoptions()
78 flags.no_rest_on_space = TRUE; in initoptions()
79 flags.invlet_constant = TRUE; in initoptions()
80 flags.end_top = 5; in initoptions()
81 flags.end_around = 4; in initoptions()
82 flags.female = FALSE; /* players are usually male */ in initoptions()
117 flags.standout = !negated; in parseoptions()
121 flags.nonull = negated; in parseoptions()
125 flags.notombstone = negated; in parseoptions()
129 flags.nonews = negated; in parseoptions()
133 flags.time = !negated; in parseoptions()
134 flags.botl = 1; in parseoptions()
138 flags.no_rest_on_space = negated; in parseoptions()
143 flags.invlet_constant = !negated; in parseoptions()
149 flags.female = negated; in parseoptions()
153 flags.female = !negated; in parseoptions()
186 flags.end_top = num; in parseoptions()
189 flags.end_around = num; in parseoptions()
192 flags.end_own = !negated; in parseoptions()
244 (void) strcat(buf, flags.female ? "female," : "male,"); in doset()
245 if (flags.standout) in doset()
247 if (flags.nonull) in doset()
249 if (flags.nonews) in doset()
251 if (flags.time) in doset()
253 if (flags.notombstone) in doset()
255 if (flags.no_rest_on_space) in doset()
257 if (flags.end_top != 5 || flags.end_around != 4 || flags.end_own) { in doset()
261 flags.end_top, flags.end_around); in doset()
262 if (flags.end_own) in doset()