Searched refs:the_line (Results 1 – 1 of 1) sorted by relevance
307 tokenize (char *the_line, char **the_words, int nwords) in tokenize() argument314 while (*the_line && isspace (*the_line)) in tokenize()315 ++the_line; in tokenize()318 if (*the_line == 0) in tokenize()323 *the_words = the_line; in tokenize()329 while (*the_line && ! isspace (*the_line)) in tokenize()330 ++the_line; in tokenize()333 if (*the_line == 0) in tokenize()337 *the_line++ = 0; in tokenize()912 char *the_line = NULL; in main() local[all …]