Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vgrind/
H A Dvfontedpr.c37 char *expmatch(); /* match a string to an expression */
459 if (expmatch (s, l_prcenable, dummy) != NIL) in putScp()
467 blkeptr = expmatch (s, l_blkend, dummy); in putScp()
468 blksptr = expmatch (s, l_blkbeg, dummy); in putScp()
469 comptr = expmatch (s, l_combeg, dummy); in putScp()
470 acmptr = expmatch (s, l_acmbeg, dummy); in putScp()
471 strptr = expmatch (s, l_strbeg, dummy); in putScp()
472 chrptr = expmatch (s, l_chrbeg, dummy); in putScp()
565 comptr = expmatch (s, l_comend, dummy); in putScp()
566 acmptr = expmatch (s, l_acmend, dummy); in putScp()
[all …]
H A Dretest.c20 char * expmatch();
67 match = expmatch (str, ireg, matstr); in main()
H A Dregexp.c313 expmatch(char *s, char *re, char *mstring) in expmatch() function
374 ptr = expmatch (s, ONEXT(cs), mstring); in expmatch()
411 ptr = expmatch (s1, MNEXT(cs), mstring); in expmatch()
445 ptr = expmatch (s1, MNEXT(cs), mstring); in expmatch()