#include <cstdio>
#include <string>
#include "oct-time.h"
#include "oct-obj.h"
#include "pager.h"
Go to the source code of this file.
#define octave_input_h 1 |
enum echo_state |
octave_value do_keyboard | ( | const octave_value_list & | args = octave_value_list() |
) |
OCTINTERP_API FILE* get_input_from_file | ( | const std::string & | name, | |
int | warn = 1 | |||
) |
OCTINTERP_API FILE* get_input_from_stdin | ( | void | ) |
std::string gnu_readline | ( | const std::string & | s, | |
bool | force_readline = false | |||
) |
void initialize_command_input | ( | void | ) |
OCTINTERP_API int octave_read | ( | char * | buf, | |
unsigned | max_size | |||
) |
bool octave_yes_or_no | ( | const std::string & | prompt | ) |
FILE* ff_instream |
OCTINTERP_API bool Vdebugging |
OCTINTERP_API bool Vdrawnow_requested |
char Vfilemarker |