Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 39) sorted by relevance

12

/original-bsd/games/hack/
H A Dhack.main.c340 if(Searching && multi >= 0) (void) dosearch();
345 if(multi < 0) {
346 if(!++multi){
368 if(multi >= 0 && occupation) {
376 if(multi > 0) {
381 if(!multi) { /* lookaround may clear multi */
386 if(multi < COLNO && !--multi)
390 --multi;
393 } else if(multi == 0) {
399 if(multi && multi%7 == 0)
H A Dhack.cmd.c112 if(multi) flags.mv = 1;
120 if(!multi) multi = COLNO;
165 multi = 0;
184 multi = flags.move = 0;
271 flags.move = multi = 0; in finddir()
282 flags.move = multi = 0; in finddir()
H A Dhack.tty.c257 multi = 10*multi+foo-'0'; in parse()
258 if(multi) { in parse()
259 multi--; in parse()
H A Dhack.eat.c160 multi = -ftmp->oc_delay; in doeat()
195 multi -= 2; in doeat()
198 if(multi < 0) nomovemsg = "You finished your meal."; in doeat()
251 if(multi<0 && !nomovemsg){ in doeat()
307 if(u.uhs != FAINTED && multi >= 0 /* %% */) {
H A Dhack.steal.c97 if(multi < 0 || otmp == uarms){
113 if(multi < 0){
148 return((multi < 0) ? 0 : 1);
H A Dhack.engrave.c131 multi = 0; in doengrave()
215 multi = -(len/10); in doengrave()
232 multi = -len; in doengrave()
252 ep->engr_time = moves-multi; in doengrave()
H A Dhack.Decl.c34 int multi = 0; variable
H A Dhack.mhitu.c162 if(ctmp && multi >= 0 && !rn2(3)) {
168 if(ctmp && multi >= 0 && !rn2(5)) {
348 if(multi < 0) tmp += 4;
H A Dhack.wield.c16 multi = 0; in dowield()
H A Dhack.end.c22 if(multi > 0) nomul(0); in done1()
77 if(multi > 0) multi = 0; else multi = -1;
H A Dhack.h149 extern int multi;
H A Dhack.apply.c70 flags.move = multi = 0;
183 flags.move = multi = 0;
H A Dhack.c133 if(multi < 0) return; /* we just fainted */ in domove()
685 if(multi < 0) return;
686 multi = nval;
H A Dhack.potion.c38 multi = -rnd(15); in dodrink()
/original-bsd/usr.bin/pascal/USD.doc/
H A Dcomments.p7 An aligned, multi-line comment
/original-bsd/share/man/man0/
H A Dcshcmd44 csh(1) switch: multi-way command branch.
/original-bsd/old/pcc/ccom.vax/
H A DDEBUGS52 -v: Report on multi-level tree matching. Very verbose.
H A DQUAD5 structures such as millisecond time values, multi-gigabyte disk
/original-bsd/usr.sbin/timed/timed/
H A DTODO.jb6 partly depend upon how the multi-network code gets implemented, but the
H A DCHANGES67 fix several cases in which multi-homed masters could get into shouting
120 multi-treading things, and given that a network with more
/original-bsd/sys/miscfs/procfs/
H A DREADME46 a multi-proc kernel would need to do some
/original-bsd/local/toolchest/ksh/
H A DMakefile27 MULTIBYTE = /* set to 1 for multi-byte character sets */
/original-bsd/usr.bin/compress/doc/
H A Drevision.log32 * Repair multi-file USERMEM gaffe. Unify 'force' flags to mimic semantics
/original-bsd/contrib/sc/
H A DCHANGES50 Added code for multi argument versions of @min and @max.
/original-bsd/sys/vm/
H A DTODO13 1. Use the multi-page pager interface to implement clustered pageins.

12