Searched refs:tok_beg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c414 register char *tok_beg; /* beginning of last token */ local
438 tok_beg = tok_end = NOSTR;
457 for (tok_beg = p, tok_end = NOSTR, p++;
477 tok_beg = p;
499 if (tok_beg != NOSTR && tok_end != NOSTR) {
500 if (tok_beg == line_beg) {
503 tok_beg[-1] = '\0';
507 return (tok_beg);

Completed in 45 milliseconds