Lines Matching refs:expmatch
370 blkeptr = expmatch(s, l_blkend, dummy); in putScp()
371 blksptr = expmatch(s, l_blkbeg, dummy); in putScp()
372 comptr = expmatch(s, l_combeg, dummy); in putScp()
373 acmptr = expmatch(s, l_acmbeg, dummy); in putScp()
374 strptr = expmatch(s, l_strbeg, dummy); in putScp()
375 chrptr = expmatch(s, l_chrbeg, dummy); in putScp()
376 nocomptr = expmatch (s, l_nocom, dummy); in putScp()
477 comptr = expmatch(s, l_comend, dummy); in putScp()
478 acmptr = expmatch(s, l_acmend, dummy); in putScp()
499 if ((strptr = expmatch(s, l_strend, dummy)) != NULL) { in putScp()
512 if ((chrptr = expmatch(s, l_chrend, dummy)) != NULL) { in putScp()
681 if (expmatch(s, l_prcbeg, pname) != NULL) { in isproc()