GNU Octave  4.0.0
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
Classes | Variables
cmd-edit.cc File Reference
#include <cstdlib>
#include <cstring>
#include <string>
#include <sys/types.h>
#include <unistd.h>
#include "quit.h"
#include "cmd-edit.h"
#include "cmd-hist.h"
#include "file-ops.h"
#include "lo-error.h"
#include "lo-utils.h"
#include "oct-env.h"
#include "oct-mutex.h"
#include "oct-time.h"
#include "singleton-cleanup.h"
Include dependency graph for cmd-edit.cc:

Go to the source code of this file.

Classes

class  default_command_editor
 

Variables

static octave_mutex event_hook_lock
 

Variable Documentation

octave_mutex event_hook_lock
static

Definition at line 55 of file cmd-edit.cc.