Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c3087 static char *get_next_line(FILE *ff, int prompt) in get_next_line() function
3387 if (!(ss = get_next_line(0, 3)) || ss==(void *)1) { in run_lines()
3553 if ((void *)1 == (new = get_next_line(ff, more+1))) goto is_binary; in do_source()