Home
last modified time | relevance | path

Searched refs:the_line (Results 1 – 1 of 1) sorted by relevance

/support/
A Dtest-container.c282 while (*the_line && isspace (*the_line)) in tokenize()
283 ++the_line; in tokenize()
286 if (*the_line == 0) in tokenize()
291 *the_words = the_line; in tokenize()
297 while (*the_line && ! isspace (*the_line)) in tokenize()
298 ++the_line; in tokenize()
301 if (*the_line == 0) in tokenize()
305 *the_line++ = 0; in tokenize()
871 char *the_line = NULL; in main() local
897 while (getline (&the_line, &line_len, f) > 0) in main()
[all …]

Completed in 6 milliseconds