Searched refs:ParserErrorStyle (Results 1 – 3 of 3) sorted by relevance
281 #define ParserErrorStyle Yap_heap_regs->parser_error_style macro
4325 ParserErrorStyle = FAIL_ON_PARSER_ERROR;4327 ParserErrorStyle = EXCEPTION_ON_PARSER_ERROR;4329 ParserErrorStyle = QUIET_ON_PARSER_ERROR;4331 ParserErrorStyle = CONTINUE_ON_PARSER_ERROR;4345 switch (ParserErrorStyle) {4543 if (ParserErrorStyle == QUIET_ON_PARSER_ERROR) {4547 } else if (ParserErrorStyle == CONTINUE_ON_PARSER_ERROR) {4556 if (ParserErrorStyle == EXCEPTION_ON_PARSER_ERROR) {
318 int parser_error_style ParserErrorStyle =EXCEPTION_ON_PARSER_ERROR void