Home
last modified time | relevance | path

Searched refs:SG_EOF (Results 1 – 8 of 8) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dwrappers.c83 return SG_EOF; in Sg_Eof()
H A Dreader.c705 if (SG_EQ(item, SG_EOF)) goto eoferr; in read_list_int()
714 if (SG_EQ(item, SG_EOF)) goto eoferr; in read_list_int()
723 if (SG_EQ(item, SG_EOF)) goto eoferr; in read_list_int()
851 if (SG_EQ(o, SG_EOF)) { in read_quote()
864 if (SG_EQ(o, SG_EOF)) { in read_quasiquote()
941 return SG_EOF; in read_semicolon()
1201 if (c2 == EOF) return SG_EOF; in read_hash_bang()
1648 return SG_EOF; in read_expr4()
H A Dlib_core.stub1677 (define-c-proc eof-object () :no-side-effect (result SG_EOF))
1838 (result SG_EOF)
1902 (cond ((== res 0) (result SG_EOF))
1926 (result SG_EOF)
1942 (result SG_EOF))
1958 (result SG_EOF)
1988 (result SG_EOF)
2018 (result SG_EOF)
2047 (result SG_EOF)
2062 (result SG_EOF))
[all …]
H A Dcache.c1349 return SG_EOF; in read_toplevel()
2138 while ((obj = read_toplevel(in, MACRO_SECTION_TAG, &ctx)) != SG_EOF) { in read_cache_from_port()
H A Dlib_core.c9212 SG_RESULT=(SG_EOF); in core_eof_object()
9969 …{b=(Sg_Getb(p));} else {b=(Sg_GetbUnsafe(p));}if ((EOF)==(b)){SG_RESULT=(SG_EOF);} else {SG_RESULT… in core_get_u8()
10013 …=(Sg_Peekb(p));} else {b=(Sg_PeekbUnsafe(p));}if ((EOF)==(b)){SG_RESULT=(SG_EOF);} else {SG_RESULT… in core_lookahead_u8()
10075 if ((res)==(0)){SG_RESULT=(SG_EOF);} else { in core_get_bytevector_n()
10162 SG_RESULT=(SG_EOF);} else { in core_get_bytevector_nX()
10214 SG_RESULT=(SG_EOF);} else { in core_get_bytevector_some()
10266 SG_RESULT=(SG_EOF);} else { in core_get_bytevector_all()
10385 SG_RESULT=(SG_EOF);} else { in core_get_string_n()
10466 SG_RESULT=(SG_EOF);} else { in core_get_string_nX()
10509 SG_RESULT=(SG_EOF);} else { in core_get_string_all()
[all …]
H A Dport.c2945 if (c == EOF) r = SG_EOF; in Sg_ReadLine()
3001 if (Sg_PeekbUnsafe(port) == EOF) return SG_EOF; in readb_until()
H A Dwriter.c757 CASE_ITAG(SG_EOF, UC("#<eof>")); in write_noptr()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h350 #define SG_EOF SG_OBJ(SG__MAKE_ITAG(3)) /* eof-object */ macro
357 #define SG_EOFP(obj) ((obj) == SG_EOF)