Home
last modified time | relevance | path

Searched refs:foo2 (Results 1 – 3 of 3) sorted by relevance

/original-bsd/games/hack/
H A Dhack.invent.c300 register int foo = 0, foo2; local
339 foo = foo2 = 1;
342 while(ilet = bp[++foo2] = bp[++foo]){
345 bp[foo2 - 1] = ilet1 = '-';
347 bp[--foo2] = ++ilet1;
/original-bsd/contrib/gcc-2.3.3/
H A DMakefile.in1788 tail +16c stage2/$$file > tmp-foo2 2>/dev/null \
1789 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
1797 tail +16c stage3/$$file > tmp-foo2 2>/dev/null \
1798 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
H A DMakefile1784 tail +16c stage2/$$file > tmp-foo2 2>/dev/null \
1785 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
1793 tail +16c stage3/$$file > tmp-foo2 2>/dev/null \
1794 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \