Home | History | Annotate | Download | only in gettext-tools

Lines Matching refs:ac_kw

22106 for ac_kw in inline __inline__ __inline; do
22115 static $ac_kw foo_t static_foo () {return 0; }
22116 $ac_kw foo_t foo () {return 0; }
22137 ac_cv_c_inline=$ac_kw
47548 for ac_kw in inline __inline__ __inline; do
47557 static $ac_kw foo_t static_foo () {return 0; }
47558 $ac_kw foo_t foo () {return 0; }
47579 ac_cv_c_inline=$ac_kw
48740 for ac_kw in restrict __restrict __restrict__ _Restrict; do
48748 int foo (int_ptr $ac_kw ip) {
48755 int * $ac_kw t = s;
48779 ac_cv_c_restrict=$ac_kw