Searched refs:filter_func (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dfilter.c56 f->filter_func = NULL;
91 * @param filter_func The function that will perform the filtering.
92 * filter_func should return 0 if successful, and -1
99 int (*filter_func) (struct filter *),
112 f->filter_func = filter_func;
176 if (chain->filter_func) {
177 if (chain->filter_func(chain) == -1)
178 flexfatal(_("filter_func failed"));
H A Dflexdef.h1131 int (*filter_func)(struct filter*); /**< internal filter function */ member in struct:filter
1132 void * extra; /**< extra data passed to filter_func */
1142 int (*filter_func) (struct filter *),
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dnodemenu.c25 NODE * get_visited_nodes (Function *filter_func);
130 get_visited_nodes (Function *filter_func) argument
152 if (node && (!filter_func || (*filter_func) (node)))

Completed in 196 milliseconds