Lines Matching defs:strptr
436 char *strptr; /* end of a string delimiter */
471 strptr = expmatch (s, l_strbeg, dummy);
476 if ((comptr < strptr || strptr == NIL)
493 if ((acmptr < strptr || strptr == NIL)
508 if (strptr != NIL)
509 if ((strptr < chrptr || chrptr == NIL)
510 && (strptr < blksptr || blksptr == NIL)
511 && (strptr < blkeptr || blkeptr == NIL)) {
512 putKcp (s, strptr-1, FALSE);
513 s = strptr;
587 if ((strptr = expmatch (s, l_strend, dummy)) != NIL) {
588 putKcp (s, strptr-1, TRUE);
589 s = strptr;