Home
last modified time | relevance | path

Searched refs:rxp_compile (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/quiz/
H A Dquiz.c176 if (!rxp_compile(s)) in show_index()
203 if (!rxp_compile(s)) in get_cats()
213 if (!rxp_compile(qp->q_text)) in get_cats()
258 if (!rxp_compile(s)) in quiz()
269 if (!rxp_compile(s)) in quiz()
H A Dquiz.h57 int rxp_compile(const char *);
H A Drxp.c90 rxp_compile(const char *s) in rxp_compile() function