GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Variables
oct-procbuf.cc File Reference
#include <cerrno>
#include <iostream>
#include "lo-mappers.h"
#include "lo-utils.h"
#include "oct-procbuf.h"
#include "oct-syscalls.h"
#include "sysdep.h"
#include "unistd-wrappers.h"
#include "variables.h"
#include "defun.h"
#include "errwarn.h"
#include "utils.h"
Include dependency graph for oct-procbuf.cc:

Go to the source code of this file.

Macros

#define BUFSIZ   1024
 
#define SHELL_PATH   "/bin/sh"
 

Variables

static octave_procbufoctave_procbuf_list = 0
 

Macro Definition Documentation

#define BUFSIZ   1024

Definition at line 65 of file oct-procbuf.cc.

Referenced by octave_procbuf::open().

#define SHELL_PATH   "/bin/sh"

Definition at line 56 of file oct-procbuf.cc.

Referenced by octave_async_system_wrapper(), and octave_procbuf::open().

Variable Documentation

octave_procbuf* octave_procbuf_list = 0
static

Definition at line 62 of file oct-procbuf.cc.

Referenced by octave_procbuf::open().