Searched refs:expmatch (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/vgrind/
H A Dextern.h60 extern char *expmatch(char *, char *, char *);
H A Dvfontedpr.c356 char dummy[BUFSIZ]; /* dummy to be used by expmatch */
364 x_start = os; /* remember the start for expmatch */
383 blkeptr = expmatch(s, l_blkend, dummy);
384 blksptr = expmatch(s, l_blkbeg, dummy);
385 comptr = expmatch(s, l_combeg, dummy);
386 acmptr = expmatch(s, l_acmbeg, dummy);
387 strptr = expmatch(s, l_strbeg, dummy);
388 chrptr = expmatch(s, l_chrbeg, dummy);
478 comptr = expmatch(s, l_comend, dummy);
479 acmptr = expmatch(
[all...]
H A Dregexp.c355 expmatch( function
416 ptr = expmatch(s, ONEXT(cs), mstring);
453 ptr = expmatch(s1, MNEXT(cs), mstring);
487 ptr = expmatch(s1, MNEXT(cs), mstring);
/netbsd-current/usr.bin/vgrind/RETEST/
H A Dretest.c51 char * expmatch();
98 match = expmatch (str, ireg, matstr);

Completed in 134 milliseconds