Home | History | Annotate | Download | only in src

Lines Matching refs:wstart

79 	Char	*wstart;	/* Beginning of next word		 */
97 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
98 tok->argv[tok->argc++] = tok->wstart;
100 tok->wstart = ++tok->wptr;
138 tok->wstart = tok->wspace;
155 tok->wstart = tok->wspace;
208 co = (int)(tok->wptr - tok->wstart);
410 tok->wstart = (tok->wstart - tok->wspace) + s;
427 co = (int)(tok->wptr - tok->wstart);