Lines Matching refs:tokend
254 char *tokend; /* Ptr to the end of the token */
274 tokend = tok + strlen(tok);
279 if (q && (q < tokend)) tokend = q;
283 return(tokend);
363 char *tokend; /* Ptr to end of current sev def'n */
394 while (*(tokend = exttok(current, ":,")) == ':') {
395 current = tokend + 1;
399 if (*tokend == ',') {
401 *tokend = '\0';
404 current = tokend + 1;
405 if (*(tokend = exttok(current, ":,")) == ',') {
407 *tokend = '\0';
408 current = tokend+1;
413 if ((val > 4) && (p == tokend)) {
420 if (*(tokend = exttok(current, ":")) == ':') {
421 *tokend = '\0';
422 leftoff = tokend + 1;
440 current = tokend;
441 if (*(tokend = exttok(prstr, ":")) == ':')
448 current = tokend;
449 if (*tokend == ':')