Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c35 char *expmatch(); /* match a string to an expression */
457 if (expmatch (s, l_prcenable, dummy) != NIL) in putScp()
465 blkeptr = expmatch (s, l_blkend, dummy); in putScp()
466 blksptr = expmatch (s, l_blkbeg, dummy); in putScp()
467 comptr = expmatch (s, l_combeg, dummy); in putScp()
468 acmptr = expmatch (s, l_acmbeg, dummy); in putScp()
469 strptr = expmatch (s, l_strbeg, dummy); in putScp()
470 chrptr = expmatch (s, l_chrbeg, dummy); in putScp()
563 comptr = expmatch (s, l_comend, dummy); in putScp()
564 acmptr = expmatch (s, l_acmend, dummy); in putScp()
[all …]
H A Dretest.c17 char * expmatch();
64 match = expmatch (str, ireg, matstr); in main()
H A Dregexp.c312 expmatch(char *s, char *re, char *mstring) in expmatch() function
373 ptr = expmatch (s, ONEXT(cs), mstring); in expmatch()
410 ptr = expmatch (s1, MNEXT(cs), mstring); in expmatch()
444 ptr = expmatch (s1, MNEXT(cs), mstring); in expmatch()