Home
last modified time | relevance | path

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

/dports/games/powwow/powwow-1.2.17/
H A Dtty.h37 #define tty_gets(s,size) fgets((s), (size), stdin) macro
54 void tty_gets __P ((char *s, int size));
H A Dmain.c366 tty_gets(hostname, BUFSIZE); in __P2()
373 tty_gets(portnum, INTLEN); in __P2()
H A Dtty.c968 void tty_gets __P ((char *s, int size)) in tty_gets() function
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Diolib.h385 bool tty_gets();
H A Diolib.c458 if (!tty_gets(ln_,MAXLINE-10) && !ignore_eof) {nl(); send(ENDOINPUT);} in really_do_more()
873 eof=!tty_gets(str, length);
H A Dsyscode.c362 bool tty_gets(str, num) in tty_gets() function