expmatch
extern char *expmatch(char *, char *, char *);
ptr = expmatch(s, ONEXT(cs), mstring);
ptr = expmatch(s1, MNEXT(cs), mstring);
ptr = expmatch(s1, MNEXT(cs), mstring);
blkeptr = expmatch(s, l_blkend, dummy);
blksptr = expmatch(s, l_blkbeg, dummy);
comptr = expmatch(s, l_combeg, dummy);
acmptr = expmatch(s, l_acmbeg, dummy);
strptr = expmatch(s, l_strbeg, dummy);
chrptr = expmatch(s, l_chrbeg, dummy);
nocomptr = expmatch (s, l_nocom, dummy);
comptr = expmatch(s, l_comend, dummy);
acmptr = expmatch(s, l_acmend, dummy);
if ((strptr = expmatch(s, l_strend, dummy)) != NULL) {
if ((chrptr = expmatch(s, l_chrend, dummy)) != NULL) {
if (expmatch(s, l_prcbeg, pname) != NULL) {