My Project
|
#include "kernel/mod2.h"
#include <errno.h>
#include <stdio.h>
#include "omalloc/omalloc.h"
#include "misc/options.h"
#include "kernel/oswrapper/feread.h"
#include "reporter/reporter.h"
#include <unistd.h>
#include "Singular/ipid.h"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | STDOUT_FILENO 1 |
#define | rl_filename_completion_function filename_completion_function |
#define | rl_completion_matches completion_matches |
#define | x_rl_line_buffer (*fe_rl_line_buffer) |
#define | x_rl_completion_matches (*fe_completion_matches) |
#define | x_rl_filename_completion_function (*fe_filename_completion_function) |
Typedefs | |
typedef char *(* | RL_PROC) (const char *, int) |
typedef char ** | CPPFunction() |
typedef char *(* | PROC) () |
typedef char ** | RL_CPPFunction(const char *, int, int) |
Functions | |
static char * | fe_fgets_stdin_init (const char *pr, char *s, int size) |
char * | iiArithGetCmd (int) |
char * | command_generator (char *text, int state) |
char * | rl_filename_completion_function (const char *, int) |
char ** | rl_completion_matches (const char *, RL_PROC) |
char * | readline (const char *) |
void | add_history (char *) |
int | write_history () |
void | using_history () |
int | read_history (char *) |
int | history_total_bytes () |
char * | fe_fgets_stdin_rl (const char *pr, char *s, int size) |
int | fe_init_dyn_rl () |
char ** | singular_completion (char *text, int start, int end) |
char * | fe_fgets_stdin_fe (const char *pr, char *s, int size) |
char * | fe_fgets_stdin_emu (const char *pr, char *s, int size) |
char * | fe_fgets_stdin_drl (const char *pr, char *s, int size) |
char * | fe_fgets (const char *pr, char *s, int size) |
char * | fe_fgets_dummy (const char *, char *, int) |
Variables | |
char *(* | fe_fgets_stdin )(const char *pr, char *s, int size) = fe_fgets_stdin_init |
VAR BOOLEAN | using_history_called =FALSE |
EXTERN_VAR char * | rl_readline_name |
EXTERN_VAR char * | rl_line_buffer |
EXTERN_VAR CPPFunction * | rl_attempted_completion_function |
EXTERN_VAR FILE * | rl_outstream |
char *(* | fe_filename_completion_function )() |
char *(* | fe_readline )(char *) |
VAR void(* | fe_add_history )(char *) |
VAR char ** | fe_rl_readline_name |
VAR char ** | fe_rl_line_buffer |
char **(* | fe_completion_matches )(...) |
VAR CPPFunction ** | fe_rl_attempted_completion_function |
VAR FILE ** | fe_rl_outstream |
VAR int(* | fe_write_history )() |
VAR int(* | fe_history_total_bytes )() |
VAR void(* | fe_using_history )() |
VAR int(* | fe_read_history )(char *) |
#define rl_filename_completion_function filename_completion_function |
#define x_rl_completion_matches (*fe_completion_matches) |
#define x_rl_filename_completion_function (*fe_filename_completion_function) |
#define x_rl_line_buffer (*fe_rl_line_buffer) |
void add_history | ( | char * | ) |
char * command_generator | ( | char * | text, |
int | state | ||
) |
Definition at line 52 of file feread.cc.
char * fe_fgets | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
Definition at line 309 of file feread.cc.
char * fe_fgets_dummy | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
char * fe_fgets_stdin_drl | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
char * fe_fgets_stdin_emu | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
char * fe_fgets_stdin_fe | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
|
static |
Definition at line 344 of file feread.cc.
char * fe_fgets_stdin_rl | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) |
int fe_init_dyn_rl | ( | ) |
Definition at line 756 of file fereadl.c.
int history_total_bytes | ( | ) |
char * iiArithGetCmd | ( | int | nPos | ) |
Definition at line 9833 of file iparith.cc.
int read_history | ( | char * | ) |
char * readline | ( | const char * | ) |
char * rl_filename_completion_function | ( | const char * | , |
int | |||
) |
char ** singular_completion | ( | char * | text, |
int | start, | ||
int | end | ||
) |
Definition at line 178 of file feread.cc.
void using_history | ( | ) |
int write_history | ( | ) |
char *(* fe_fgets_stdin) (const char *pr, char *s, int size) | ( | const char * | pr, |
char * | s, | ||
int | size | ||
) | = fe_fgets_stdin_init |
VAR CPPFunction** fe_rl_attempted_completion_function |
EXTERN_VAR CPPFunction* rl_attempted_completion_function |
EXTERN_VAR char* rl_line_buffer |
EXTERN_VAR FILE* rl_outstream |
EXTERN_VAR char* rl_readline_name |