HomeSort by: relevance | last modified time | path
    Searched refs:get_tty_line (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ed/
io.c 239 if ((n = get_tty_line()) < 0)
260 /* get_tty_line: read a line of text from stdin; return line length */
262 get_tty_line(void) function in typeref:typename:int
328 if (get_tty_line() < 0)
ed.h 197 int get_tty_line(void);
glbl.c 111 while ((n = get_tty_line()) > 0 &&
main.c 200 if ((n = get_tty_line()) < 0) {
1060 if ((l = get_tty_line()) < 0)
sub.c 104 while ((n = get_tty_line()) == 0 ||

Completed in 15 milliseconds