Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/m4/
H A Dgnum4.c201 static void do_regexp(const char *, regex_t *, const char *, regmatch_t *);
345 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp() function
505 do_regexp(argv[2], &re, argv[4], pmatch); in doregexp()