Go to the source code of this file.
◆ fePutChar
#define fePutChar |
( |
|
c | ) |
fputc((unsigned char)(c),stdout) |
◆ MAX_FILE_BUFFER
#define MAX_FILE_BUFFER 4*4096 |
◆ STDIN_FILENO
◆ contBuffer()
◆ exitBuffer()
◆ exitVoice()
◆ feInitStdin()
Definition at line 653 of file fevoices.cc.
662 p->files=freopen(
"/dev/tty",
"r",stdin);
◆ fePrintEcho()
static int fePrintEcho |
( |
char * |
anf, |
|
|
char * |
|
|
) |
| |
|
static |
Definition at line 406 of file fevoices.cc.
410 char *ss=strrchr(anf,
'\n');
421 int mrc=
si_min(len_s,79)-1;
432 && (strncmp(anf,
";return();",10)!=0)
445 fwrite(anf,1,len_s,stdout);
450 while(fgetc(stdin)!=
'\n');
◆ feReadLine()
int feReadLine |
( |
char * |
b, |
|
|
int |
l |
|
) |
| |
Definition at line 482 of file fevoices.cc.
507 else if (c==
'}')
break;
531 const char *ss=strchr(anf,
'\n');
532 if (ss==
NULL) len=strlen(anf);
540 const char *ss=strchr(anf,
'\n');
541 if (ss==
NULL) len=strlen(anf);
549 strncpy(
s,anf,len+2);
608 rc-=3;
if (rc<0) rc=0;
644 Werror(
"premature end of file while reading %s",err);
◆ feShowPrompt()
static void feShowPrompt |
( |
void |
| ) |
|
|
static |
◆ newBuffer()
◆ newFile()
Definition at line 117 of file fevoices.cc.
126 if (strcmp(fname,
"STDIN") == 0)
◆ VoiceBackTrack()
◆ VoiceName()
const char* VoiceName |
( |
| ) |
|
◆ blocknest
◆ currentVoice
◆ fe_promptstr
VAR char fe_promptstr[] =" " |
◆ File_Profiling
◆ sNoName_fe
const char sNoName_fe[] ="_" |
◆ yy_blocklineno
◆ yy_noeof
FILE * feFopen(const char *path, const char *mode, char *where, short useWerror, short path_only)