Go to the source code of this file.
|
enum | feBufferTypes {
BT_none = 0,
BT_break = 1,
BT_proc,
BT_example,
BT_file,
BT_execute,
BT_if,
BT_else
} |
|
enum | feBufferInputs { BI_stdin = 1,
BI_buffer,
BI_file
} |
|
enum | noeof_t {
noeof_brace = 1,
noeof_asstring,
noeof_block,
noeof_bracket,
noeof_comment,
noeof_procname,
noeof_string
} |
|
◆ feBufferInputs
Enumerator |
---|
BI_stdin | |
BI_buffer | |
BI_file | |
Definition at line 28 of file fevoices.h.
◆ feBufferTypes
Enumerator |
---|
BT_none | |
BT_break | |
BT_proc | |
BT_example | |
BT_file | |
BT_execute | |
BT_if | |
BT_else | |
Definition at line 16 of file fevoices.h.
◆ noeof_t
Enumerator |
---|
noeof_brace | |
noeof_asstring | |
noeof_block | |
noeof_bracket | |
noeof_comment | |
noeof_procname | |
noeof_string | |
Definition at line 34 of file fevoices.h.
◆ contBuffer()
◆ exitBuffer()
◆ exitVoice()
◆ feInitStdin()
Definition at line 656 of file fevoices.cc.
663 p->files=freopen(
"/dev/tty",
"r",stdin);
◆ monitor()
void monitor |
( |
void * |
F, |
|
|
int |
mode |
|
) |
| |
◆ myynewbuffer()
◆ myyoldbuffer()
void myyoldbuffer |
( |
void * |
oldb | ) |
|
◆ newBuffer()
◆ newFile()
Definition at line 120 of file fevoices.cc.
127 if (strcmp(fname,
"STDIN") == 0)
◆ VoiceBackTrack()
◆ VoiceName()
const char* VoiceName |
( |
| ) |
|
◆ currentVoice
◆ my_yylinebuf
◆ sNoName_fe
◆ yylineno
FILE * feFopen(const char *path, const char *mode, char *where, short useWerror, short path_only)