Home
last modified time | relevance | path

Searched refs:foo (Results 26 – 50 of 51) sorted by last modified time

123

/original-bsd/share/doc/psd/21.ipc/
H A Dspell.ok167 foo
/original-bsd/sbin/mount_portal/
H A Dportal.conf7 foo/ exec ./bar bar baz
/original-bsd/old/pcc/ccom.vax/
H A DLOG204 This code would elicit the error 'foo.c, line 3: redeclaration of a'.
213 Previously the compiler didn't test for expressions like '(int) &foo[10]'
/original-bsd/old/pcc/ccom.tahoe/tests/
H A Dt4.c2 short foo; member
9 p->timer[2] = (int)p->foo; in f()
/original-bsd/old/cpp/
H A DREADME64 Thus "foo/* la di da */bar" may expand 'foo' and 'bar' but
69 foo(1,2)
75 foo(bar)
79 #define foo bar
80 printf("foo");
86 #define bar foo
87 #undef foo
95 foo(bar,
113 #define foo #
114 foo foo foo
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A DUNDOC41 "undef foo" removes the definition of foo.
/original-bsd/libexec/telnetd/
H A Dtelnetd.c354 int s, ns, foo; local
397 foo = sizeof sin;
398 ns = accept(s, (struct sockaddr *)&sin, &foo);
/original-bsd/libexec/mail.local/
H A Ddelivermail.sh3 echo "Subject: delivermail $*" >/tmp/foo.$$
4 echo "---------------------------------" >>/tmp/foo.$$
5 cat /tmp/foo.$$ - | /bin/mail postmaster
6 rm /tmp/foo.$$
/original-bsd/games/hack/
H A Dhack.main.c404 glo(foo) in glo() argument
405 register foo; in glo()
412 (void) sprintf(tf, ".%d", foo);
H A Dhack.makemon.c113 coord foo[15], *tfoo; local
116 tfoo = foo;
123 if(tfoo == &foo[15]) goto foofull;
129 if(tfoo == &foo[15]) goto foofull;
135 if(tfoo == &foo[15]) goto foofull;
141 if(tfoo == &foo[15]) goto foofull;
144 } while(tfoo == foo);
146 return( foo[rn2(tfoo-foo)] );
H A Dhack.tty.c252 register foo; in parse() local
256 while((foo = readchar()) >= '0' && foo <= '9') in parse()
257 multi = 10*multi+foo-'0'; in parse()
262 inputline[0] = foo; in parse()
264 if(foo == 'f' || foo == 'F'){ in parse()
267 if(inputline[1] == foo) inputline[2] = getchar(); else in parse()
271 if(foo == 'm' || foo == 'M'){ in parse()
H A Dhack.invent.c300 register int foo = 0, foo2; local
320 bp[foo++] = flags.invlet_constant ? otmp->invlet : ilet;
329 foo--;
335 bp[foo] = 0;
336 if(foo == 0 && bp > buf && bp[-1] == ' ') *--bp = 0;
338 if(foo > 5) { /* compactify string */
339 foo = foo2 = 1;
342 while(ilet = bp[++foo2] = bp[++foo]){
355 if(!foo && !allowall && !allowgold && !allownone) {
/original-bsd/games/fortune/datfiles/
H A Dfortunes215916 Any access I could get, He cats C right into foo,
28886 ((lambda (foo) (bar foo)) (baz))
38839 And the system is going to crash. Can print nothing out but "foo,"
H A Dfortunes.sp.ok1484 foo
H A Dfortunes14288 Now the CPU won't run Can print nothing out but "foo,"
/original-bsd/games/adventure/
H A Dglorkz166 92 the west wall is scrawled the inscription, "Fee fie foe foo" [sic].
1126 2025 foo
1143 3004 foo
H A Dsubr.c45 liq(foo) in liq() argument
74 dark(foo) in dark() argument
/original-bsd/etc/etc.i386/
H A Ddisktab47 floppy|foo:\
53 floppy15|foo:\
/original-bsd/contrib/sc/
H A Dtutorial.sc83 leftstring page4 = "Try 'P foo.sc' to write this to the file foo.sc"
/original-bsd/contrib/perl-4.036/
H A DConfigure2953 } foo, bar;
2955 foo = bar;
3046 struct tm foo;
3055 if (foo.tm_sec == foo.tm_sec)
3162 char *volatile foo;
3165 foo = foo;
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c1003 command_loop_marker (foo) in command_loop_marker() argument
1004 int foo; in command_loop_marker()
/original-bsd/contrib/gcc-2.3.3/config/
H A Dm68k.md276 ;; (set (cc0) (const_int foo)) has no mode information. Such insns will
/original-bsd/contrib/gcc-2.3.3/
H A DMakefile.in1791 -rm -f tmp-foo*
1800 -rm -f tmp-foo*
H A Dc-typeck.c1203 tree foo = array; local
1204 while (TREE_CODE (foo) == COMPONENT_REF)
1205 foo = TREE_OPERAND (foo, 0);
1206 if (TREE_CODE (foo) == VAR_DECL && DECL_REGISTER (foo))
H A DMakefile1787 -rm -f tmp-foo*
1796 -rm -f tmp-foo*

123