if_ze.c | 66 static const struct sgec_data { struct 72 } sgec_data[] = { variable in typeref:typename:const struct sgec_data[] 85 static const struct sgec_data * 89 const struct sgec_data *sd; 90 for (i = 0, sd = sgec_data; i < __arraycount(sgec_data); i++, sd++) { 128 const struct sgec_data * const sd = ze_find();
|