Home
last modified time | relevance | path

Searched refs:FIX (Results 1 – 15 of 15) sorted by relevance

/original-bsd/local/local.cmd/
H A DCorrect.sh26 read FIX
30 case "$FIX" in
36 grep `expr "$FIX" : "? \(.*\)"` $DICT
38 read FIX
43 grep "$FIX" $DICT
45 read FIX
51 read FIX
59 echo "$FIX" >> $FIXES
60 echo "g/\<$WORD\>/s::$FIX:g" >> $2
/original-bsd/games/sail/
H A Dpl_6.c21 #define FIX(x, m) (m - ptr->x > count \ in repair() macro
49 FIX(hull, max); in repair()
58 FIX(gunL, max); in repair()
65 FIX(gunR, max); in repair()
74 FIX(rig4, X); in repair()
78 FIX(rig3, X); in repair()
82 FIX(rig2, X); in repair()
86 FIX(rig1, X); in repair()
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Drst.h8 #define FIX (1.0 / (1 << 20)) /* points per fix */ macro
10 #define FIXIN (POINT * FIX) /* inches per fix */
H A Drst2ch.c99 printf("mag %d\ndesiz %.2f\n", p.p_mag, p.p_desiz * FIX);
H A Dmakeifont.c371 printf("# Font %s\n# size %.2f, ", IName, p.p_desiz * FIX);
H A Dch2rst.c102 else if (strcmp(ebuff, "desiz") == 0) p.p_desiz = par / FIX + 0.5;
H A Difontinfo.c125 printf("Font %s, size %.2f, ", argv[1], p.p_desiz * FIX);
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Drdata.c50 #ifdef FIX
51 This FIX didn't work, so commented out for the time being,
/original-bsd/sbin/fsck/
H A Dutilities.c493 idesc->id_fix = FIX;
500 idesc->id_fix = FIX;
503 case FIX:
H A Dfsck.h70 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; enumerator
H A Dpass5.c133 idesc[i].id_fix = FIX; in pass5()
/original-bsd/usr.bin/sccs/
H A Dsccs.c152 # define FIX 2 /* fix a delta */ macro
196 "fix", FIX, NO_SDOT, NULL,
497 case FIX: /* fix a delta */
/original-bsd/contrib/sc/
H A DTODO60 3) (seems ok, but check) FIX the insert/delete row functions.
/original-bsd/contrib/gcc-2.3.3/config/
H A Dm68k.c1105 || GET_CODE (SET_SRC (exp)) == FIX
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES1892 IMPORTANT FIX: Fix several problems that caused open files to
3598 IMPORTANT FIX!!