#include <string.h>#include <stdlib.h>#include <unistd.h>#include <time.h>#include <errno.h>#include <stdio.h>#include <float.h>#include <ctype.h>#include <sqlite3.h>#include <fakedbfs/query.h>#include <fakedbfs/fdbfsconfig.h>#include <fakedbfs/fakedbfs.h>#include <fakedbfs/debug.h>#include "dspparser.h"Defines | |
| #define | IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) |
| #define | ParseTOKENTYPE Toke |
| #define | ParseARG_PDECL , dspdata_t *d |
Functions | |
| void | DSPParse (void *yyp, int yymajor, ParseTOKENTYPE yyminor ParseARG_PDECL) |
| void | DSPParseTrace (FILE *TraceFILE, char *zTracePrompt) |
| void * | DSPParseAlloc (void *(*mallocProc)(size_t)) |
| void | DSPParseFree (void *p, void(*freeProc)(void *)) |
| fields_t * | fdbfs_fields_from_dsp (fdbfs_t *f, const char *tsp) |
| Parse defspec and create fields_t list from it. | |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Parse defspec and create fields_t list from it.
|
1.4.6