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 656 of file fevoices.cc.
663 p->files=freopen(
"/dev/tty",
"r",stdin);
◆ fePrintEcho()
static int fePrintEcho |
( |
char * |
anf, |
|
|
char * |
|
|
) |
| |
|
static |
Definition at line 409 of file fevoices.cc.
411 char *ss=strrchr(anf,
'\n');
422 int mrc=
si_min(len_s,79)-1;
433 && (strncmp(anf,
";return();",10)!=0)
446 fwrite(anf,1,len_s,stdout);
451 while(fgetc(stdin)!=
'\n');
◆ feReadLine()
int feReadLine |
( |
char * |
b, |
|
|
int |
l |
|
) |
| |
Definition at line 485 of file fevoices.cc.
508 else if (c==
'}')
break;
532 const char *ss=strchr(anf,
'\n');
533 if (ss==
NULL) len=strlen(anf);
541 const char *ss=strchr(anf,
'\n');
542 if (ss==
NULL) len=strlen(anf);
550 strncpy(
s,anf,len+2);
609 rc-=3;
if (rc<0) rc=0;
645 Werror(
"premature end of file while reading %s",err);
◆ feShowPrompt()
static void feShowPrompt |
( |
void |
| ) |
|
|
static |
◆ newBuffer()
◆ newFile()
Definition at line 120 of file fevoices.cc.
127 if (strcmp(fname,
"STDIN") == 0)
◆ VoiceBackTrack()
◆ VoiceName()
const char* VoiceName |
( |
| ) |
|
◆ blocknest
◆ currentVoice
◆ fe_promptstr
◆ File_Profiling
FILE* File_Profiling =NULL |
◆ 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)