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

  /src/external/gpl2/rcs/dist/src/
rcsgen.c 95 * Shrink stdio code size; allow cc -R; remove lint; isatty() -> ttystdin()
290 int ttystdin() function
308 if (feof(in) && ttystdin())
313 if (feof(in) && ttystdin())
330 if (!quietflag && ttystdin()) {
431 register int tty = ttystdin();
co.c 563 error(!quietflag && ttystdin()
rcsbase.h 527 int ttystdin P((void));

Completed in 28 milliseconds