Lines Matching defs:qend
380 char *qend;
384 qend = buf ? bufend : NULL;
401 if (q < qend)
419 char *qend;
422 qend = buf ? bufend : NULL;
429 if (q < qend)
450 char *qend;
460 qend = nbuf + sizeof(nbuf) - 1;
469 p = snarf_comment(&q, qend, p);
471 if (q < qend) /* separate comments by space */
886 char *qend;
895 qend = nbuf + sizeof(nbuf) - 1; /* reserve space for '\0' */
902 p = snarf_quote(&q, qend, p);
920 if (!quoted && q < qend) {