Home | History | Annotate | Download | only in eeprom

Lines Matching defs:ex

95 	const struct extabent *ex;
103 for (ex = ofextab; ex->ex_keyword != NULL; ++ex)
104 if (strcmp(ex->ex_keyword, keyword) == 0)
134 if (ex->ex_keyword != NULL)
135 (*ex->ex_handler)(ex, &ofio, NULL);
140 if (ex->ex_keyword != NULL)
141 (*ex->ex_handler)(ex, &ofio, arg);
154 if (ex->ex_keyword != NULL)
155 (*ex->ex_handler)(ex, &ofio, NULL);
173 if (ex->ex_keyword != NULL)
174 (*ex->ex_handler)(ex, &ofio, NULL);
213 const struct extabent *ex;
278 for (ex = ofextab; ex->ex_keyword != NULL; ++ex)
279 if (strcmp(ex->ex_keyword, ofio2.of_name) == 0)
282 if (ex->ex_keyword != NULL)
283 (*ex->ex_handler)(ex, &ofio2, NULL);