Home
last modified time | relevance | path

Searched defs:pstate (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c2231 struct pstate { struct
2232 char *filename; /* Name of the input file */
2233 int tokenlineno; /* Linenumber at which current token starts */
2257 static void parseonetoken(struct pstate *psp) in parseonetoken() argument