Home | History | Annotate | Download | only in eeprom

Lines Matching defs:ex

101 	const struct extabent *ex;
109 for (ex = opextab; ex->ex_keyword != NULL; ++ex)
110 if (strcmp(ex->ex_keyword, keyword) == 0)
140 if (ex->ex_keyword != NULL)
141 (*ex->ex_handler)(ex, &opio, NULL);
146 if (ex->ex_keyword != NULL)
147 (*ex->ex_handler)(ex, &opio, arg);
160 if (ex->ex_keyword != NULL)
161 (*ex->ex_handler)(ex, &opio, NULL);
179 if (ex->ex_keyword != NULL)
180 (*ex->ex_handler)(ex, &opio, NULL);
205 const struct extabent *ex;
267 for (ex = opextab; ex->ex_keyword != NULL; ++ex)
268 if (strcmp(ex->ex_keyword, opio2.op_name) == 0)
271 if (ex->ex_keyword != NULL)
272 (*ex->ex_handler)(ex, &opio2, NULL);