Searched refs:PARSING (Results 1 – 2 of 2) sorted by relevance
477 enum { BEFORE_PARSING, PARSING, PARSING_DONE } state; in crunch_file() enumerator525 if (state == PARSING) in crunch_file()530 state = PARSING; in crunch_file()
80 PARSING: The parser code is all in parser.c. A recursive des-