Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c1890 struct pstate { struct
1891 char *filename; /* Name of the input file */
1892 int tokenlineno; /* Linenumber at which current token starts */
1893 int errorcnt; /* Number of errors so far */
1894 char *tokenstart; /* Text of current token */
1895 struct lemon *gp; /* Global state vector */
1896 enum e_state {
1935 struct pstate *psp; in parseonetoken() argument