Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/m4/
H A Dgnum4.c209 static void do_regexpindex(const char *, const char *, regex_t *, regmatch_t *);
383 do_regexpindex(const char *pat, const char *string, regex_t *re, regmatch_t *pm) in do_regexpindex() function
547 do_regexpindex(pat, argv[2], &re, pmatch); in doregexp()