Lines Matching defs:chrptr
360 char *chrptr; /* end of a character const delimiter */
388 chrptr = expmatch(s, l_chrbeg, dummy);
394 && (comptr < chrptr || chrptr == NULL)
410 && (acmptr < chrptr || chrptr == NULL)
425 if ((strptr < chrptr || chrptr == NULL)
435 if (chrptr != NULL)
436 if ((chrptr < blksptr || blksptr == NULL)
437 && (chrptr < blkeptr || blkeptr == NULL)) {
438 putKcp(s, chrptr-1, false);
439 s = chrptr;
513 if ((chrptr = expmatch(s, l_chrend, dummy)) != NULL) {
514 putKcp(s, chrptr-1, true);
515 s = chrptr;