pike.git / src / modules / _Stdio / termios.c

version» Context lines:

pike.git/src/modules/_Stdio/termios.c:36:   #define sp Pike_sp      /* Friendly BeOS fix */   #if defined(CS5) && defined(CS6) && CS6 == CS5   #undef CS5   #endif   #if defined(CS6) && defined(CS7) && CS7 == CS6   #undef CS6   #endif    - /*! @module Stdio + /*! @module _Stdio    */      /*! @class Fd    */      /*! @decl mapping tcgetattr()    *! @decl int tcsetattr(mapping attr)    *! @decl int tcsetattr(mapping attr, string when)    *!    *! Gets/sets term attributes. The returned value/the @[attr] parameter