Lines Matching defs:strptr
359 char *strptr; /* end of a string delimiter */
387 strptr = expmatch(s, l_strbeg, dummy);
392 if ((comptr < strptr || strptr == NULL)
409 if ((acmptr < strptr || strptr == NULL)
424 if (strptr != NULL)
425 if ((strptr < chrptr || chrptr == NULL)
426 && (strptr < blksptr || blksptr == NULL)
427 && (strptr < blkeptr || blkeptr == NULL)) {
428 putKcp(s, strptr-1, false);
429 s = strptr;
500 if ((strptr = expmatch(s, l_strend, dummy)) != NULL) {
501 putKcp(s, strptr-1, true);
502 s = strptr;