Lines Matching defs:comptr
357 char *comptr; /* end of a comment delimiter */
385 comptr = expmatch(s, l_combeg, dummy);
391 if (comptr != NULL)
392 if ((comptr < strptr || strptr == NULL)
393 && (comptr < acmptr || acmptr == NULL)
394 && (comptr < chrptr || chrptr == NULL)
395 && (comptr < blksptr || blksptr == NULL)
396 && (comptr < blkeptr || blkeptr == NULL)) {
397 putKcp(s, comptr-1, false);
398 s = comptr;
478 comptr = expmatch(s, l_comend, dummy);
480 if (((comtype == STANDARD) && (comptr != NULL)) ||
483 putKcp(s, comptr-1, true);
484 s = comptr;