Lines Matching refs:tokend
293 char *tokend; /* Ptr to the end of the token */
313 tokend = (char *)tok + (ptrdiff_t)strlen(tok);
321 if ((q != 0) && (q < tokend))
322 tokend = q;
326 return (tokend);
402 char *tokend; /* Ptr to end of current sev def'n */
432 while (*(tokend = exttok(current, ":,")) == ':') {
433 current = tokend + (ptrdiff_t)1;
437 if (*tokend == ',') {
439 *tokend = '\0';
442 current = tokend + (ptrdiff_t)1;
443 if (*(tokend = exttok(current, ":,")) == ',') {
445 *tokend = '\0';
447 current = tokend + (ptrdiff_t)1;
452 if ((val > 4) && (p == tokend)) {
459 if (*(tokend =
461 *tokend = '\0';
462 leftoff = tokend +
489 current = tokend;
490 if (*(tokend = exttok(prstr, ":")) ==
500 current = tokend;
501 if (*tokend == ':')
535 char *tokend; /* Pointer to end of current token */
558 tokend = exttok(tok, ":");
562 if (*tokend == ':') {
563 nexttok = tokend + (ptrdiff_t)1;
564 *tokend = '\0';