Lines Matching refs:FOO
701 # These are left unexpanded so users can "make install exec_prefix=/foo"
2877 #define FOO(x) 'x'
2878 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3835 extern int foo;
3840 return use_ascii (foo) == use_ebcdic (foo);
3950 const int *foo = &x[0];
3951 ++foo;
3964 const int foo = 10;
3965 if (!foo) return 0;