Home
last modified time | relevance | path

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

/original-bsd/usr.bin/vgrind/
H A Dvfontedpr.c356 blkeptr = expmatch (s, l_blkend, dummy);
357 blksptr = expmatch (s, l_blkbeg, dummy);
358 comptr = expmatch (s, l_combeg, dummy);
359 acmptr = expmatch (s, l_acmbeg, dummy);
360 strptr = expmatch (s, l_strbeg, dummy);
361 chrptr = expmatch (s, l_chrbeg, dummy);
451 comptr = expmatch (s, l_comend, dummy);
452 acmptr = expmatch (s, l_acmend, dummy);
473 if ((strptr = expmatch (s, l_strend, dummy)) != NIL) {
486 if ((chrptr = expmatch (s, l_chrend, dummy)) != NIL) {
[all …]
H A Dextern.h37 extern char *expmatch __P((char *, char *, char *));
H A Dregexp.c321 expmatch (s, re, mstring) in expmatch() function
382 ptr = expmatch (s, ONEXT(cs), mstring);
419 ptr = expmatch (s1, MNEXT(cs), mstring);
453 ptr = expmatch (s1, MNEXT(cs), mstring);
/original-bsd/old/regexp/
H A Dretest.c7 char * expmatch();
54 match = expmatch (str, ireg, matstr); in main()
H A Dregexp.c297 expmatch (s, re, mstring) in expmatch() function
358 ptr = expmatch (s, ONEXT(cs), mstring);
395 ptr = expmatch (s1, MNEXT(cs), mstring);
429 ptr = expmatch (s1, MNEXT(cs), mstring);
/original-bsd/usr.bin/vgrind/RETEST/
H A Dretest.c24 char * expmatch();
71 match = expmatch (str, ireg, matstr); in main()