#include "chain.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_LEX_LINE_BUFFER_SIZE (64*1024) |
Functions | |
void | ChainDeleteLexerBuffers () |
void | ChainMakeLexerBuffers (int lexBufferSize, int lineBufferSize) |
void | ChainSetInputFile (FILE *fp) |
int | chparse () |
void | ClearBuffer () |
void | SetChain (Chain *ch) |
void | SetCharName (const char *chname) |
#define DEFAULT_LEX_LINE_BUFFER_SIZE (64*1024) |
void ChainMakeLexerBuffers | ( | int | lexBufferSize, |
int | lineBufferSize | ||
) |
void ChainSetInputFile | ( | FILE * | fp | ) |
void ClearBuffer | ( | ) |
void SetCharName | ( | const char * | chname | ) |