Lines Matching refs:expmatch
356 char dummy[BUFSIZ]; /* dummy to be used by expmatch */
364 x_start = os; /* remember the start for expmatch */
383 blkeptr = expmatch(s, l_blkend, dummy);
384 blksptr = expmatch(s, l_blkbeg, dummy);
385 comptr = expmatch(s, l_combeg, dummy);
386 acmptr = expmatch(s, l_acmbeg, dummy);
387 strptr = expmatch(s, l_strbeg, dummy);
388 chrptr = expmatch(s, l_chrbeg, dummy);
478 comptr = expmatch(s, l_comend, dummy);
479 acmptr = expmatch(s, l_acmend, dummy);
500 if ((strptr = expmatch(s, l_strend, dummy)) != NULL) {
513 if ((chrptr = expmatch(s, l_chrend, dummy)) != NULL) {
678 if (expmatch(s, l_prcbeg, pname) != NULL) {