Lines Matching defs:end
242 char *end;
251 /* find `end' of word, whitespace separated or quoted */
254 for (end = buf; *end && *end != quote; end++)
256 if (!*end) {
261 for (end = buf; *end && !isspace(*end); end++)
263 if (end == buf) {
270 /* `buf' is start of word, `end' is one past its end */
275 if (*end)
276 *end++ = '\0'; /* terminate the word */
278 buf = end;
880 * Seq_ops stop method. Called at the end of each read()