Lines Matching refs:end
40 char* end; /* end ('\0') of last token */
43 char chr; /* replace *end with this */
63 p->chr = *(p->ptr.end = s);
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr)
79 *p->ptr.end = p->chr;
106 s = p->ptr.end;
130 p->ptr.end = s;
136 * find the end of this token
151 p->ptr.end = r;
168 p->ptr.end = r;
173 p->chr = *(p->ptr.end = r);