Lines Matching defs:ex
91 const struct extabent *ex;
99 for (ex = prepextab; ex->ex_keyword != NULL; ++ex)
100 if (strcmp(ex->ex_keyword, keyword) == 0)
123 if (ex->ex_keyword != NULL)
124 (*ex->ex_handler) (ex, &nvio, NULL);
129 if (ex->ex_keyword != NULL)
130 (*ex->ex_handler) (ex, &nvio, arg);
143 if (ex->ex_keyword != NULL)
144 (*ex->ex_handler) (ex, &nvio, NULL);
161 if (ex->ex_keyword != NULL)
162 (*ex->ex_handler) (ex, &nvio, NULL);