GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cmd-edit.cc File Reference
#include <cstdlib>
#include <cstring>
#include <string>
#include "cmd-edit.h"
#include "cmd-hist.h"
#include "file-ops.h"
#include "file-stat.h"
#include "lo-error.h"
#include "lo-utils.h"
#include "oct-env.h"
#include "oct-mutex.h"
#include "oct-time.h"
#include "quit.h"
#include "singleton-cleanup.h"
#include "strdup-wrapper.h"
#include "unistd-wrappers.h"
Include dependency graph for cmd-edit.cc:

Go to the source code of this file.

Classes

class  default_command_editor
 

Functions

char * do_completer_word_break_hook ()
 

Variables

static mutex event_hook_lock
 

Function Documentation

◆ do_completer_word_break_hook()

char* do_completer_word_break_hook ( )

Variable Documentation

◆ event_hook_lock

mutex event_hook_lock
static