Home
last modified time | relevance | path

Searched refs:ParserErrorStyle (Results 1 – 3 of 3) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Ddhstruct.h281 #define ParserErrorStyle Yap_heap_regs->parser_error_style macro
/dports/lang/yap/yap-6.2.2/C/
H A Diopreds.c4325 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) {
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS318 int parser_error_style ParserErrorStyle =EXCEPTION_ON_PARSER_ERROR void