Lines Matching defs:acmptr
358 char *acmptr; /* end of a comment delimiter */
386 acmptr = expmatch(s, l_acmbeg, dummy);
393 && (comptr < acmptr || acmptr == NULL)
408 if (acmptr != NULL)
409 if ((acmptr < strptr || strptr == NULL)
410 && (acmptr < chrptr || chrptr == NULL)
411 && (acmptr < blksptr || blksptr == NULL)
412 && (acmptr < blkeptr || blkeptr == NULL)) {
413 putKcp(s, acmptr-1, false);
414 s = acmptr;
479 acmptr = expmatch(s, l_acmend, dummy);
481 ((comtype == ALTERNATE) && (acmptr != NULL))) {
486 putKcp(s, acmptr-1, true);
487 s = acmptr;