#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"
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 |
char* do_completer_word_break_hook | ( | ) |
|
static |
Definition at line 67 of file cmd-edit.cc.
Referenced by command_editor::add_event_hook(), command_editor::event_handler(), and command_editor::remove_event_hook().