| 
    basix_doc 0.1 
   | 
 
#include <basix/posix_port.hpp>#include <basix/system.hpp>#include <string.h>#include <unistd.h>#include <signal.h>#include <sys/wait.h>Go to the source code of this file.
Definition in file pipe_port.cpp.
| #define IN 0 | 
Definition at line 23 of file pipe_port.cpp.
Referenced by mmx::mmx_lex(), and mmx::pipe_port().
| #define OUT 1 | 
Definition at line 24 of file pipe_port.cpp.
Referenced by mmx::pipe_port().
| #define STDERR 2 | 
Definition at line 22 of file pipe_port.cpp.
Referenced by mmx::pipe_port().
| #define STDIN 0 | 
Definition at line 20 of file pipe_port.cpp.
Referenced by mmx::pipe_port().
| #define STDOUT 1 | 
Definition at line 21 of file pipe_port.cpp.
Referenced by mmx::pipe_port().
| #define TERMCHAR '\1' | 
Definition at line 25 of file pipe_port.cpp.
| char** environ |