Home
last modified time | relevance | path

Searched refs:ftmp (Results 1 – 8 of 8) sorted by relevance

/original-bsd/games/hack/
H A Dhack.eat.c91 register struct objclass *ftmp; in doeat() local
159 ftmp = &objects[otmp->otyp]; in doeat()
160 multi = -ftmp->oc_delay; in doeat()
179 lesshungry(ftmp->nutrition / 4); in doeat()
184 killer = ftmp->oc_name; in doeat()
197 lesshungry(ftmp->nutrition); in doeat()
211 } else lesshungry(ftmp->nutrition); in doeat()
215 pline("That %s tasted terrible!",ftmp->oc_name); in doeat()
217 pline("That %s was delicious!",ftmp->oc_name); in doeat()
218 lesshungry(ftmp->nutrition); in doeat()
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dgraphics.c261 float ftmp; local
288 ftmp = h[i-1];
289 a[i] = ftmp + ftmp + h[i] + h[i] - (ftmp * ftmp)/a[i-1];
292 b[i] = d[i-1] - ftmp * b[i-1]/a[i-1];
293 c[i] = -ftmp * c[i-1]/a[i-1];
345 float ftmp; local
370 ftmp = h[i+1];
371 a[i] = ftmp + ftmp + h[i+2] + h[i+2] - (ftmp * ftmp) / a[i-1];
374 b[i] = d[i+1] - ftmp * b[i-1]/a[i-1];
/original-bsd/contrib/sort/
H A Dfsort.c108 fstack[MAXFCT-16+mfct].fd = ftmp();
122 = ftmp();
133 fstack[tfiles.top + ntfiles].fd= ftmp();
182 prevfd = ftmp();
H A Dtmp.c31 ftmp() in ftmp() function
H A Dextern.h19 FILE *ftmp __P((void));
H A Dmsort.c84 tout = ftmp();
/original-bsd/local/transcript/src/
H A Dpsdit.c1649 double ftmp; local
1674 ftmp = h[i - 1];
1675 a[i] = ftmp + ftmp + h[i] + h[i] - ftmp * ftmp / a[i - 1];
1678 b[i] = d[i - 1] - ftmp * b[i - 1] / a[i - 1];
1679 c[i] = - ftmp * c[i - 1]/a[i - 1];
1729 double ftmp; local
1752 ftmp = h[i + 1];
1753 a[i] = ftmp + ftmp + h[i + 2] + h[i + 2] -
1754 (ftmp * ftmp) / a[i - 1];
1757 b[i] = d[i + 1] - ftmp * b[i - 1] / a[i - 1];
/original-bsd/bin/csh/
H A Dcsh.c767 int fp, ftmp, oldidfds; in rechist() local
797 ftmp = SHOUT; in rechist()
801 SHOUT = ftmp; in rechist()