foo              5450 src/android.c    volatile char *foo;
foo              5458 src/android.c    foo = NULL;
foo              5459 src/android.c    *foo = '\0';
foo              1155 src/androidfns.c   Emacs_Color foo;
foo              1162 src/androidfns.c   if (android_defined_color (f, SSDATA (color), &foo, false, false))
foo              1177 src/androidfns.c   Emacs_Color foo;
foo              1184 src/androidfns.c   if (android_defined_color (f, SSDATA (color), &foo, false, false))
foo              1185 src/androidfns.c     return list3i (foo.red, foo.green, foo.blue);
foo              2960 src/msdos.c    XMenuAddPane (Display *foo, XMenu *menu, const char *txt, int enable)
foo              2991 src/msdos.c    		   int foo, char *txt, int enable, char const *help_text)
foo              3042 src/msdos.c    XMenuActivate (Display *foo, XMenu *menu, int *pane, int *selidx,
foo              3268 src/msdos.c    XMenuDestroy (Display *foo, XMenu *menu)
foo              3275 src/msdos.c    	  XMenuDestroy (foo, menu->submenu[i]);
foo              6292 src/w32fns.c     Emacs_Color foo;
foo              6297 src/w32fns.c     if (w32_defined_color (f, SSDATA (color), &foo, false, false))
foo              6307 src/w32fns.c     Emacs_Color foo;
foo              6312 src/w32fns.c     if (w32_defined_color (f, SSDATA (color), &foo, false, false))
foo              6313 src/w32fns.c       return list3i ((GetRValue (foo.pixel) << 8) | GetRValue (foo.pixel),
foo              6314 src/w32fns.c   		   (GetGValue (foo.pixel) << 8) | GetGValue (foo.pixel),
foo              6315 src/w32fns.c   		   (GetBValue (foo.pixel) << 8) | GetBValue (foo.pixel));
foo              5552 src/xfns.c       XColor foo;
foo              5557 src/xfns.c       if (x_defined_color (f, SSDATA (color), &foo, false, false))
foo              5568 src/xfns.c       XColor foo;
foo              5573 src/xfns.c       if (x_defined_color (f, SSDATA (color), &foo, false, false))
foo              5574 src/xfns.c         return list3i (foo.red, foo.green, foo.blue);
foo                44 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       int foo = a;
foo                52 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       int foo = a;
foo                58 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       int foo = a;
foo               105 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     foo myFoo;
foo               169 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       e::Foo &foo;
foo               174 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       return foo.w// -8-
foo               192 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp void someFunc(const struct ContainsStruct::TheStruct *foo)
foo               194 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp   foo->// -9-
foo                24 test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp   foo *member;
foo                30 test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp   foo local1;
foo                31 test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp   foo* local2 = localvar.member;
foo                32 test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp   foo* local3 = new foo();
foo                33 test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp   foo local4[10];
foo                34 test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c   _type *foo = BLUB(_type);
foo                45 test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c   foo->// -2-
foo                42 test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp   animal::moose foo();
foo                99 test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp   deer::moose foo();
foo               106 test/lisp/cedet/semantic-utest-ia-resources/testusing.hh     int foo;
foo               128 test/manual/cedet/tests/test.c #define MACRO2(foo) (1+foo)
foo               203 test/manual/cedet/tests/test.c   if(foo) {
foo                37 test/manual/cedet/tests/testsppreplace.c int foo COLON COLON bar ()
foo               101 test/manual/cedet/tests/testsppreplace.c int __gthrw_(foo) (int arg1) { }
foo               104 test/manual/cedet/tests/testsppreplace.c #define macro_foo foo
foo               120 test/manual/cedet/tests/testsppreplace.c MACRO2(foo)
foo               129 test/manual/cedet/tests/testsppreplace.c _GLIBCXX_BEGIN_NESTED_NAMESPACE(foo,bar)
foo                35 test/manual/cedet/tests/testsppreplaced.c int foo::bar ()
foo                81 test/manual/cedet/tests/testsppreplaced.c int foo;
foo                97 test/manual/cedet/tests/testsppreplaced.c namespace foo { namespace bar {
foo                35 test/manual/etags/c-src/c.c   struct foo f;
foo                56 test/manual/etags/c-src/c.c struct S  __attribute__ ((vector_size (16))) foo;
foo                57 test/manual/etags/c-src/c.c int foo __attribute__ ((vector_size (16)));
foo                18 test/manual/etags/c-src/h.h     long foo;
foo                68 test/manual/etags/cp-src/c.C domain foo {
foo                 4 test/manual/etags/cp-src/x.cc      int foo();
foo                17 test/manual/etags/cp-src/x.cc      foo();