Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 64) sorted by relevance

123

/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dlong2.c494 UNELT *fix, *temp; local
499 if (fix == nullun)
501 fix = unback;
507 while (fix != nullun)
509 switch (fix->action)
514 DBDelete(fix->newelt, fix->dbase);
517 fix = temp;
521 fix->newelt = fix->oldelt;
531 fix = temp;
546 fix->oldelt = fix->newelt;
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dlong2.c622 UNELT *fix, *temp; in LGUndo() local
628 if (fix == NULL) { in LGUndo()
629 fix = unback; in LGUndo()
636 while (fix != NULL) { in LGUndo()
642 DBDelete(fix->newelt, fix->dbase); in LGUndo()
645 fix = temp; in LGUndo()
649 fix->newelt = fix->oldelt; in LGUndo()
658 unlist = fix; in LGUndo()
659 fix = temp; in LGUndo()
675 fix->oldelt = fix->newelt; in LGUndo()
[all …]
/original-bsd/sys/hp300/scripts/
H A Dxbt16 set $fix = (unsigned long *) $paddr - $usrstack
20 set $xpc += $fix
26 set $xfp += $fix
35 set $arg += $fix
/original-bsd/libexec/bugfiler/
H A Dbugformat10 Description of how to fix the problem. If you don't know a
11 fix for the problem, don't include this section.
/original-bsd/usr.bin/f77/libF77/
H A DNEWS16 fix pow_ii to divide by zero for i**j where i=0 and j is < 0
17 fix pow_hh by applying all fixes from pow_ii to it.
/original-bsd/games/hack/
H A Dhack.fix23 Following is a context diff to fix the bug. Actually just the last hunk
24 does the fix [it deletes two lines which have been inserted in 1.0.3],
25 but I think the other fix was intended by the now deleted lines.
/original-bsd/local/ditroff/ditroff.okeeffe/devver/vfont.desc/
H A DCW1 # Font /usr/lib/vfont/fix.14, max width 25, max height 40
H A Dfontmap5 CW fix 6 - 14 standard constant width
H A Dmak.sh22 makevfont -nCW -a -c '-x??,is' fix > CW
/original-bsd/lib/libc/sparc/gen/
H A Dmul.s74 ! We fix that here.
80 ! %o0 was indeed negative; fix upper 32 bits of result by subtracting
/original-bsd/usr.sbin/timed/timed/
H A DCHANGES4 fix unlikely loop in median computation in networkdelta.c
6 fix initialization of socket in timed.c
62 fix uncounted core-dumps on machines that do not allow dereferencing 0
65 fix "master loop detection".
67 fix several cases in which multi-homed masters could get into shouting
/original-bsd/contrib/dungeon/
H A DREADME.pdp7 bit of work. You'll just have to try and compile and fix those that
/original-bsd/sbin/fsck/
H A Ddir.c142 long size, blksiz, fix, dploc; local
153 fix = dofix(idesc, "DIRECTORY CORRUPTED");
161 if (fix)
184 fix = dofix(idesc, "DIRECTORY CORRUPTED");
188 if (fix)
/original-bsd/lib/libc/regex/
H A DWHATSNEW20 because the code currently flunks them (complex bug; fix coming).
40 it out the door in time for 4.4" release.) One bug fix: regfree() didn't
84 More minor cleanup. Buglet fix: it's CHAR_BIT, not CHAR_BITS. Simple
/original-bsd/usr.bin/compress/doc/
H A Drevision.log60 * Bug fix for last bits. Changed fwrite to putchar loop everywhere.
105 * the regs used in the asm, but I'm not going to "fix" this.)
/original-bsd/sys/hp300/hp300/
H A Dmachdep.c1622 long fix, arg, pc, *lfp; variable
1628 pc = *((long *)(p->p_addr->u_pcb.pcb_regs[11] + fix));
1630 fix = ((caddr_t)p->p_addr - kstack);
1640 fix = 0;
1645 fp += fix;
/original-bsd/local/ditroff/ditroff.okeeffe/chem/
H A Dchem.awk.src277 rat = 0.75; fix = 5
279 rat = 0.85; fix = 1.5
284 c1 = cr/fix
288 c2 = cr/fix
/original-bsd/sys/ufs/lfs/
H A DTODO24 that this should never happen and is practically impossible to fix
28 that reads/writes from the raw disk could fix it.
/original-bsd/old/lisp/fp/fp.vax/
H A DfpPP.l51 ; - DNC - Here we try to fix the tendency to print a
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A Dci16 de 100 2 05 1458 DEGREE (temporarily fix!!!!!!!!!)
/original-bsd/local/toolchest/ksh/
H A DREADME54 to % when invoking a shell. The best solution is to fix the vi command.
71 the shell with the layers program, then you must fix a bug in layers.c
/original-bsd/usr.bin/f77/pass1.vax/
H A Dgram.expr34 * Added Jerry Berkman's fix to stop complaints about parentheses in
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dgram.expr30 * Added Jerry Berkman's fix to stop complaints about parentheses in
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A DREADME62 14. As an interim fix, "lowbar" and "highbar" are synonymous
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES47 $[ ... $] -- the fix is to clear h_errno at appropriate
674 Based on a fix from (surprise!) Motonori Nakamura.
816 variable to fix bogus /bin/mail behaviour.
1180 off. Bug fix from Pierre David of the Laboratoire
2079 queue interval. This is an important fix.
2592 CONFIG: fix some M4 frotz (concat => CONCAT)
2600 Another mailertable fix....
2707 important fix.
3174 picked up this (very important) fix.
3421 fix.
[all …]

123