Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:FOO

766 # These are left unexpanded so users can "make install exec_prefix=/foo"
3530 #define FOO(x) 'x'
3531 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
6951 const int *foo = &x[0];
6952 ++foo;
6965 const int foo = 10;
6966 if (!foo) return 0;