Searched refs:get_tty_line (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/text_cmds-87/ed/
H A Dio.c233 if ((n = get_tty_line()) < 0)
254 /* get_tty_line: read a line of text from stdin; return line length */
256 get_tty_line(void) function
H A Dglbl.c102 while ((n = get_tty_line()) > 0 &&
H A Ded.h224 int get_tty_line(void);
H A Dmain.c203 if ((n = get_tty_line()) < 0) {
1065 if ((l = get_tty_line()) < 0)
H A Dsub.c95 while ((n = get_tty_line()) == 0 ||

Completed in 177 milliseconds