Searched defs:pstate (Results 1 – 1 of 1) sorted by relevance
2231 struct pstate { struct2232 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