Home | History | Annotate | Download | only in libedit

Lines Matching refs:FOO

809 # These are left unexpanded so users can "make install exec_prefix=/foo"
3069 #define FOO(x) 'x'
3070 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5260 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7474 echo "int foo(void){return 1;}" > conftest.c
9593 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9596 int foo (void) { return 0; }
10604 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12680 const int *foo = &x[0];
12681 ++foo;
12694 const int foo = 10;
12695 if (!foo) return 0;