pike.git
/
src
/
modules
/
_Stdio
/
termios.c
version
»
Context lines:
10
20
40
80
file
none
3
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