![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | SINGULARHIST_FILE (char*)".singularhistory" |
Functions | |
| char * | fe_fgets_stdin_drl (const char *pr, char *s, int size) |
| void | fe_reset_input_mode () |
| void | fe_reset_fe (void) |
| char * | fe_fgets_stdin_rl (const char *pr, char *s, int size) |
| char * | fe_fgets_stdin_emu (const char *pr, char *s, int size) |
| char * | fe_fgets (const char *pr, char *s, int size) |
| char * | fe_fgets_dummy (const char *pr, char *s, int size) |
| const char * | eati (const char *s, int *i) |
Variables | |
| EXTERN_VAR char | prompt_char |
| EXTERN_VAR BOOLEAN | using_history_called |
| char *(* | fe_fgets_stdin )(const char *pr, char *s, int size) |
Definition at line 377 of file reporter.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_rl | ( | const char * | pr, |
| char * | s, | ||
| int | size ) |
| void fe_reset_fe | ( | void | ) |
Definition at line 83 of file fereadl.c.
| void fe_reset_input_mode | ( | ) |
Definition at line 831 of file fereadl.c.
| EXTERN_VAR char prompt_char |
| EXTERN_VAR BOOLEAN using_history_called |