Searched refs:tok_end (Results 1 – 2 of 2) sorted by relevance
415 register char *tok_end; /* end of last token */ in snarf() local438 tok_beg = tok_end = NOSTR; in snarf()444 tok_end = p - 1; in snarf()457 for (tok_beg = p, tok_end = NOSTR, p++; in snarf()470 tok_end = p; in snarf()478 tok_end = NOSTR; in snarf()497 tok_end = p - 1; in snarf()499 if (tok_beg != NOSTR && tok_end != NOSTR) { in snarf()506 tok_end[1] = '\0'; in snarf()
885 char *p, *tok_start, *tok_end; in get_next_token() local892 tok_end = p; in get_next_token()896 tok_end = p; in get_next_token()902 *op = am(myself, tok_end - tok_start + 2); in get_next_token()908 strncpy(*op, tok_start, tok_end - tok_start + 1); in get_next_token()911 (*op)[tok_end - tok_start + 1] = '\0'; in get_next_token()