Home | History | Annotate | Download | only in liblzf

Lines Matching refs:FOO

686 # These are left unexpanded so users can "make install exec_prefix=/foo"
2584 #define FOO(x) 'x'
2585 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3794 #define FOO(x) 'x'
3795 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
6337 const int *foo = &x[0];
6338 ++foo;
6351 const int foo = 10;
6352 if (!foo) return 0;
6431 $ac_kw foo_t foo () {return 0; }