Home
last modified time | relevance | path

Searched refs:SG_TRUE (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h348 #define SG_TRUE SG_OBJ(SG__MAKE_ITAG(1)) /* #t */ macro
355 #define SG_TRUEP(obj) ((obj) == SG_TRUE)
362 #define SG_BOOLP(obj) ((obj) == SG_TRUE || (obj) == SG_FALSE)
363 #define SG_MAKE_BOOL(obj) ((obj) ? SG_TRUE : SG_FALSE)
H A Dport.h523 SG_PORT(tp)->transcoder = SG_TRUE; \
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dvminsn.c433SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPERAND(PC(vm)));}}}else if((SG_FL… in CASE()
441SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPERAND(PC(vm)));}}}else if((SG_FL… in CASE()
449SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPERAND(PC(vm)));}}}else if((SG_FL… in CASE()
457SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPERAND(PC(vm)));}}}else if((SG_FL… in CASE()
465SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPERAND(PC(vm)));}}}else if((SG_FL… in CASE()
473 {if (SG_EQ(POP(SP(vm)),AC(vm))){{AC(vm)=(SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=… in CASE()
481 {if (Sg_EqvP(POP(SP(vm)),AC(vm))){{AC(vm)=(SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))… in CASE()
489 {if (SG_NULLP(AC(vm))){{AC(vm)=(SG_TRUE);(PC(vm))++;}} else {{AC(vm)=(SG_FALSE);(PC(vm))+=(PEEK_OPE… in CASE()
H A Dwrappers.c55 return SG_TRUE; in Sg_True()
H A Dvmcall.c242 nm = SG_TRUE; /* dummy */
272 nm = SG_TRUE; /* dummy */
H A Dwriter.c740 return SG_TRUE; in write_object_fallback()
755 CASE_ITAG(SG_TRUE, UC("#t")); in write_noptr()
1011 Sg_HashTableSet(ht, (obj), SG_TRUE, 0); \ in write_walk()
1066 Sg_HashTableSet(ctx->table, k, SG_TRUE, 0); in write_ss()
H A Dcache.c268 if (seen) Sg_HashTableSet(seen, obj, SG_TRUE, 0); in cachable_p()
274 if (seen) Sg_HashTableSet(seen, obj, SG_TRUE, 0); in cachable_p()
502 Sg_HashTableSet(ctx->sharedObjects, obj, SG_TRUE, 0); in write_cache_scan()
623 Sg_HashTableSet(ctx->sharedObjects, cb, SG_TRUE, 0); in write_cache_pass1()
1236 Sg_HashTableSet(seen, obj, SG_TRUE, 0); in link_container()
1747 Sg_HashTableSet(seen, obj, SG_TRUE, 0); in read_cache_link()
H A Dinstructions.scm293 (set! (AC vm) SG_TRUE)
333 (set! (AC vm) SG_TRUE)
352 (set! (AC vm) SG_TRUE)
H A Dload.c340 return SG_TRUE; in Sg_DynLoad()
H A Dlib_treemap.c406 SG_WORD(SG_TRUE) /* #t */,
408 SG_WORD(SG_TRUE) /* #t */,
655 SG_WORD(SG_TRUE) /* #t */,
657 SG_WORD(SG_TRUE) /* #t */,
1958 SG_APPEND1(G13588, G13589, SG_TRUE); /* #t */ in Sg__Init_sagittarius_treemap()
1959 SG_APPEND1(G13588, G13589, SG_TRUE); /* #t */ in Sg__Init_sagittarius_treemap()
H A Dcompiler.c845 SG_WORD(SG_TRUE) /* #t */,
982 SG_WORD(SG_TRUE) /* #t */,
1222 SG_WORD(SG_TRUE) /* #t */,
1811 SG_WORD(SG_TRUE) /* #t */,
2135 SG_WORD(SG_TRUE) /* #t */,
2197 SG_WORD(SG_TRUE) /* #t */,
2573 SG_WORD(SG_TRUE) /* #t */,
2607 SG_WORD(SG_TRUE) /* #t */,
2644 SG_WORD(SG_TRUE) /* #t */,
3953 SG_WORD(SG_TRUE) /* #t */,
[all …]
H A Dcompare.c88 return SG_TRUE; in no_type_test()
819 return SG_TRUE; in union_find()
H A Dregex.c841 SG_APPEND1(h, t, Sg_Cons(SG_MAKE_CHAR(c), SG_TRUE)); in maybe_parse_flags()
860 SG_APPEND1(h, t, Sg_Cons(SG_MAKE_CHAR(c), SG_TRUE)); in maybe_parse_flags()
869 SG_APPEND1(h, t, Sg_Cons(SG_MAKE_CHAR(c), SG_TRUE)); in maybe_parse_flags()
1334 ret = SG_LIST3(SYM_LOOKAHEAD, SG_TRUE, regexpr); in group()
1338 ret = SG_LIST3(SYM_LOOKBHIND, SG_TRUE, regexpr); in group()
H A Dreader.c1329 return SG_TRUE; in read_hash_t()
1336 return SG_TRUE; in read_hash_t()
1951 Sg_SetPairAnnotation(o, SYM_CONST, SG_TRUE); in Sg_AddConstantLiteral()
2091 if (r->type == CT_NON_TERM_MACRO) term = SG_TRUE; in Sg_GetMacroCharacter()
H A Dport.c1726 SG_TRUE); in Sg_InitStringOutputPort()
1748 SG_INIT_PORT(port, SG_CLASS_STRING_PORT, SG_INPUT_PORT, &str_inputs, SG_TRUE); in Sg_InitStringInputPort()
2269 ? SG_FALSE: SG_TRUE; in Sg_MakeCustomPort()
2535 Sg_WeakVectorSet(ports, i, SG_TRUE); in Sg_FlushAllPort()
H A Dlib_flonums.c1193 if ((!((prev)==(target)))){{return (SG_FALSE);}}prev=(target);}}return (SG_TRUE);}} in sagittarius_flonums_fl_3dP()
1237 if ((!((prev)<(target)))){{return (SG_FALSE);}}prev=(target);}}return (SG_TRUE);}} in sagittarius_flonums_fl_LTP()
1281 if ((!((prev)>(target)))){{return (SG_FALSE);}}prev=(target);}}return (SG_TRUE);}} in sagittarius_flonums_fl_GTP()
1325 if ((!((prev)<=(target)))){{return (SG_FALSE);}}prev=(target);}}return (SG_TRUE);}} in sagittarius_flonums_fl_LT_3dP()
1369 if ((!((prev)>=(target)))){{return (SG_FALSE);}}prev=(target);}}return (SG_TRUE);}} in sagittarius_flonums_fl_GT_3dP()
H A Dexceptions.c942 if (!SG_FALSEP(result)) return SG_TRUE; in predicate_cc()
H A Dlib_sagittarius.stub1792 (result SG_TRUE)
1800 (return SG_TRUE))
1804 (result SG_TRUE)
H A Dlib_scmlib.c1486 SG_WORD(SG_TRUE) /* #t */,
1488 SG_WORD(SG_TRUE) /* #t */,
1569 SG_WORD(SG_TRUE) /* #t */,
1571 SG_WORD(SG_TRUE) /* #t */,
1658 SG_WORD(SG_TRUE) /* #t */,
1660 SG_WORD(SG_TRUE) /* #t */,
2324 SG_WORD(SG_TRUE) /* #t */,
3643 SG_WORD(SG_TRUE) /* #t */,
H A Dclos.c1167 return SG_FALSEP(result) ? SG_FALSE: SG_TRUE; in slot_boundp_cc()
1179 if (boundp) return SG_TRUE; in slot_ref_cc()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/process/
H A Dsagittarius-process.c103 return SG_TRUE; in Sg_CloseSharedMemory()
159 return SG_TRUE; in Sg_CloseSharedMemory()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/
H A Dcrypto.c347 return Sg_VMApply3(spi->padder, data, SG_MAKE_INT(block_size), SG_TRUE); in symmetric_encrypt()
369 return Sg_VMApply2(SG_CIPHER_SPI(crypto->spi)->padder, data, SG_TRUE); in public_key_encrypt()
447 return SG_TRUE; in Sg_VMCipherUpdateAAD()
598 if(find_cipher(cname) != -1) return SG_TRUE; in Sg_LookupSpi()
H A Dhash.c128 return SG_TRUE; in Sg_VMHashInit()
308 if(find_hash(cname) != -1) return SG_TRUE; in Sg_LookupHash()
H A Drandom.c253 if(find_prng(cname) != -1) return SG_TRUE; in Sg_LookupPrng()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/threads/
H A Dmutex.c125 SgObject r = SG_TRUE; in Sg_MutexLock()
174 SgObject r = SG_TRUE; in Sg_MutexUnlock()

12