Searched refs:men (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/games/sail/
H A Ddr_5.c64 int men = 0; local
77 men += bp->mensent;
79 if (men) {
80 c1 = men/100 ? crew[0] : 0;
81 c2 = (men%100)/10 ? crew[1] : 0;
82 c3 = men/10 ? crew[2] : 0;
H A Dpl_3.c43 int men = 0; local
59 men += mf->OBP[n].mensent;
63 men += mf->DBP[n].mensent;
65 if (men) {
66 crew[0] = men/100 ? 0 : crew[0] != 0;
67 crew[1] = (men%100)/10 ? 0 : crew[1] != 0;
68 crew[2] = men%10 ? 0 : crew[2] != 0;
H A Ddr_1.c269 int crew[3], men = 0, target, temp; local
282 men += sp->file->OBP[n].mensent;
286 men += sp->file->DBP[n].mensent;
288 if (men){
289 crew[0] = men/100 ? 0 : crew[0] != 0;
290 crew[1] = (men%100)/10 ? 0 : crew[1] != 0;
291 crew[2] = men%10 ? 0 : crew[2] != 0;
/openbsd-current/gnu/usr.bin/perl/lib/perl5db/t/
H A Dtest-a-statement-119 0123456789012For all good men.
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dwrite.t143 now @<<the@>>>> for all@|||||men to come @<<<<
168 now is the time for all good men to come to\n";
183 now @<<the@>>>> for all@|||||men to come @<<<<
207 now is the time for all good men to come to\n";
221 now @<<the@>>>> for all@|||||men to come @<<<<
248 now is the time for all good men to come to\n";
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm1093 =item {men} : Mende

Completed in 189 milliseconds