![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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"
Go to the source code of this file.
Classes | |
| class | default_command_editor |
Variables | |
| static octave_mutex | event_hook_lock |
|
static |
Definition at line 55 of file cmd-edit.cc.
1.8.1.2