Lines Matching refs:tokend
252 char *tokend; /* Ptr to the end of the token */ local
272 tokend = tok + strlen(tok);
277 if (q && (q < tokend)) tokend = q;
281 return(tokend);
359 char *tokend; /* Ptr to end of current sev def'n */ local
390 while (*(tokend = exttok(current, ":,")) == ':') {
391 current = tokend + 1;
395 if (*tokend == ',') {
397 *tokend = '\0';
400 current = tokend + 1;
401 if (*(tokend = exttok(current, ":,")) == ',') {
403 *tokend = '\0';
404 current = tokend+1;
409 if ((val > 4) && (p == tokend)) {
416 if (*(tokend = exttok(current, ":")) == ':') {
417 *tokend = '\0';
418 leftoff = tokend + 1;
436 current = tokend;
437 if (*(tokend = exttok(prstr, ":")) == ':')
444 current = tokend;
445 if (*tokend == ':')