Home
last modified time | relevance | path

Searched refs:SG_RAISE_ERROR (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dtranscoder.c77 case SG_RAISE_ERROR: Sg_PutuzUnsafe(port, UC("raise")); break; in transcoder_print()
96 case SG_RAISE_ERROR: in get_mode()
H A Dcodec.c250 case SG_RAISE_ERROR: \
447 if (mode == SG_RAISE_ERROR) { in convert_latin1()
H A Dunicode.c133 if (mode == SG_RAISE_ERROR) { in Sg_ConvertUcs4ToUtf8()
168 if (mode == SG_RAISE_ERROR) { in Sg_ConvertUcs4ToUtf16()
207 if (mode == SG_RAISE_ERROR) { \
H A Dlibrary.c1179 SG_RAISE_ERROR)); in Sg__InitLibrary()
H A Dlib_core.stub1614 (set! handling SG_RAISE_ERROR))
1657 ((SG_EQ mode SG_RAISE_ERROR)
H A Dlib_core.c8967 handling=(SG_RAISE_ERROR);}else if( in core_make_transcoder()
9083 SG_EQ(mode,SG_RAISE_ERROR)){ in core_transcoder_error_handling_mode()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h293 SG_RAISE_ERROR, ///< Raises error when it's occured enumerator