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

/freebsd-10.1-release/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 */
365 s_start = os; /* remember the start for expmatch */
385 blkeptr = expmatch (s, l_blkend, dummy);
386 blksptr = expmatch (s, l_blkbeg, dummy);
387 comptr = expmatch (s, l_combeg, dummy);
388 acmptr = expmatch (s, l_acmbeg, dummy);
389 strptr = expmatch (s, l_strbeg, dummy);
390 chrptr = expmatch (s, l_chrbeg, dummy);
391 nocomptr = expmatch (s, l_nocom, dummy);
492 comptr = expmatch (
[all...]
H A Dregexp.c348 expmatch (s, re, mstring) function
409 ptr = expmatch (s, ONEXT(cs), mstring);
446 ptr = expmatch (s1, MNEXT(cs), mstring);
485 ptr = expmatch (s1, MNEXT(cs), mstring);
/freebsd-10.1-release/usr.bin/vgrind/RETEST/
H A Dretest.c48 char * expmatch();
95 match = expmatch (str, ireg, matstr);

Completed in 34 milliseconds