#include "pcctscfg.h"#include "pccts_stdio.h"#include "charbuf.h"#include "stringbuffer.h"#include "libicl.h"#include "libicl_private.h"#include "glib.h"#include <stdio.h>#include "antlr.h"#include "ast.h"#include "tokens.h"#include "dlgdef.h"#include "mode.h"Go to the source code of this file.
Defines | |
| #define | ANTLR_VERSION 13333 |
| #define | AST_FIELDS int isDefined; int type; char* tokenData; size_t tokenLen; |
| #define | ZZCOL |
| #define | USER_ZZSYN |
| #define | ZZLEXBUFSIZE 10485760 |
| #define | zzcr_ast(ast, attr, ttype, text) |
| #define | LL_K 2 |
| #define | GENAST |
| #define | zzSET_SIZE 8 |
Functions | |
| ICLTerm * | parser_getTermFromString (char *str, size_t len) |
| ICLTerm * | parser_getTermFromStringDebug (char *str, size_t len) |
| int | parser_getTermFromBuf (ICLTerm **result, stringbuffer_t *buf, int *lookedAhead) |
| int | parser_getNetTermFromBuf (ICLTerm **result, stringbuffer_t *buf) |
| int | parser_setDebug (int b) |
| void | handleDblQuotedData () |
Variables | |
| GByteArray * | parser_dblQuoteBuf |
| char * | parser_tmpStrIn |
| int | parser_dblQuoteLen |
| int | parser_error |
Definition in file stdpccts.h.
| #define ANTLR_VERSION 13333 |
Definition at line 13 of file stdpccts.h.
| #define AST_FIELDS int isDefined; int type; char* tokenData; size_t tokenLen; |
Definition at line 30 of file stdpccts.h.
| #define GENAST |
Definition at line 137 of file stdpccts.h.
| #define LL_K 2 |
Definition at line 136 of file stdpccts.h.
| #define USER_ZZSYN |
Definition at line 34 of file stdpccts.h.
| #define ZZCOL |
Definition at line 32 of file stdpccts.h.
| #define zzcr_ast | ( | ast, | |||
| attr, | |||||
| ttype, | |||||
| text | ) |
Definition at line 89 of file stdpccts.h.
| #define ZZLEXBUFSIZE 10485760 |
Definition at line 37 of file stdpccts.h.
| #define zzSET_SIZE 8 |
Definition at line 138 of file stdpccts.h.
| void handleDblQuotedData | ( | ) |
| int parser_getNetTermFromBuf | ( | ICLTerm ** | result, | |
| stringbuffer_t * | buf | |||
| ) |
| int parser_getTermFromBuf | ( | ICLTerm ** | result, | |
| stringbuffer_t * | buf, | |||
| int * | lookedAhead | |||
| ) |
| ICLTerm* parser_getTermFromString | ( | char * | str, | |
| size_t | len | |||
| ) |
| ICLTerm* parser_getTermFromStringDebug | ( | char * | str, | |
| size_t | len | |||
| ) |
| int parser_setDebug | ( | int | b | ) |
| GByteArray* parser_dblQuoteBuf |
| int parser_error |
| char* parser_tmpStrIn |