Lines Matching refs:FOO
1146 # These are left unexpanded so users can "make install exec_prefix=/foo"
3649 #define FOO(x) 'x'
3650 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4972 $ac_kw foo_t foo () {return 0; }
5919 int foo;
5929 int foo;
8684 int foo (int_ptr $ac_kw ip) {
8693 return foo(t)
13347 wint_t foo = (wchar_t)'\0';
15703 exit ((len == 4 && line && strcmp (line, "foo\n") == 0) ? 0 : 1);
21511 extern $gltype foo;
21512 extern $gltype1 foo;
21614 extern $gltype foo;
21615 extern $gltype1 foo;
24384 const int *foo = &x[0];
24385 ++foo;
24398 const int foo = 10;
24399 if (!foo) return 0;