Searched refs:ERR_STREAM_OP (Results 1 – 8 of 8) sorted by relevance
/dports/lang/yap/yap-6.2.2/packages/PLStream/ |
H A D | pl-error.h | 40 #define ERR_STREAM_OP 15 /* atom_t action, term_t obj */ macro
|
H A D | pl-yap.h | 137 #define ERR_STREAM_OP 15 /* atom_t action, term_t obj */ macro
|
H A D | pl-file.c | 726 PL_error(NULL, 0, msg, ERR_STREAM_OP, op, stream); in reportStreamError()
|
/dports/lang/swi-pl/swipl-8.2.3/src/ |
H A D | pl-error.h | 57 ERR_STREAM_OP, /* atom_t action, term_t obj */ enumerator
|
H A D | pl-error.c | 555 case ERR_STREAM_OP: in PL_error()
|
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/ |
H A D | swi.h | 20 #define ERR_STREAM_OP 15 /* atom_t action, term_t obj */ macro
|
H A D | swi.c | 1485 case ERR_STREAM_OP: in PL_error()
|
/dports/lang/swi-pl/swipl-8.2.3/src/os/ |
H A D | pl-file.c | 1130 PL_error(NULL, 0, msg, ERR_STREAM_OP, op, stream); in reportStreamError()
|