Home | History | Annotate | Download | only in sed-4.2.1

Lines Matching refs:ac_kw

4962 for ac_kw in inline __inline__ __inline; do
4971 static $ac_kw foo_t static_foo () {return 0; }
4972 $ac_kw foo_t foo () {return 0; }
4994 ac_cv_c_inline=$ac_kw
8676 for ac_kw in __restrict __restrict__ _Restrict restrict; do
8684 int foo (int_ptr $ac_kw ip) {
8691 int * $ac_kw t = s;
8716 ac_cv_c_restrict=$ac_kw