Home
last modified time | relevance | path

Searched refs:SCM_NEWCELL (Results 1 – 18 of 18) sorted by relevance

/dports/science/mpb/mpb-1.11.1/mpb/
H A Dmy-smob.h42 SCM_NEWCELL((ANSWER)); \
/dports/net/serveez/serveez-0.2.2/src/
H A Dgi.c446 SCM_NEWCELL (value); \
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Guile/
H A Dguile_tm.cpp249 SCM_NEWCELL (smob); \
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.h406 #define SCM_NEWCELL(_into) \ macro
H A DChangeLog-20001850 (SCM_NEWCELL): don't change cell type to `allocated'.
2288 * gc.h (SCM_NEWCELL, SCM_NEWCELL2), gc.c (map_free_list,
4172 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Use SCM_SET_CELL_TYPE to set
4197 SCM_PTR_LE, SCM_PTR_GE, SCM_CELL_WORD_LOC, SCM_NEWCELL,
4210 SCM_NEWCELL, SCM_NEWCELL2, SCM_CARLOC, SCM_CDRLOC, SCM_SETAND_CAR,
4620 * pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists.
4683 * pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL.
5547 SCM_NEWCELL macro.
H A DChangeLog-1996-1999346 * pairs.h (SCM_NEWCELL): set the car to scm_tc16_allocated
1677 SCM_NEWCELL and setting the CAR/CDR by hand.
2905 * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't
7450 * pairs.h (SCM_NEWCELL): New debugging version added.
7452 debugging version of SCM_NEWCELL.
H A DChangeLog-20089373 Deprecated SCM_NEWCELL and SCM_NEWCELL2. Added scm_alloc_cell and
9379 (SCM_NEWCELL, SCM_NEWCELL2): Implement in terms of
9400 SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
12210 like the SCM_NEWCELL macro counterparts.
12219 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Prefer SCM_NULLP over
12906 (SCM_NEWCELL, SCM_NEWCELL2): Use of SCM_GC_SET_ALLOCATED will
/dports/lang/guile2/guile-2.2.7/libguile/
H A DChangeLog-20001850 (SCM_NEWCELL): don't change cell type to `allocated'.
2288 * gc.h (SCM_NEWCELL, SCM_NEWCELL2), gc.c (map_free_list,
4172 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Use SCM_SET_CELL_TYPE to set
4197 SCM_PTR_LE, SCM_PTR_GE, SCM_CELL_WORD_LOC, SCM_NEWCELL,
4210 SCM_NEWCELL, SCM_NEWCELL2, SCM_CARLOC, SCM_CDRLOC, SCM_SETAND_CAR,
4620 * pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists.
4683 * pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL.
5547 SCM_NEWCELL macro.
H A DChangeLog-1996-1999346 * pairs.h (SCM_NEWCELL): set the car to scm_tc16_allocated
1677 SCM_NEWCELL and setting the CAR/CDR by hand.
2905 * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't
7450 * pairs.h (SCM_NEWCELL): New debugging version added.
7452 debugging version of SCM_NEWCELL.
H A DChangeLog-20089820 Deprecated SCM_NEWCELL and SCM_NEWCELL2. Added scm_alloc_cell and
9826 (SCM_NEWCELL, SCM_NEWCELL2): Implement in terms of
9847 SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
12657 like the SCM_NEWCELL macro counterparts.
12666 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Prefer SCM_NULLP over
13353 (SCM_NEWCELL, SCM_NEWCELL2): Use of SCM_GC_SET_ALLOCATED will
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-20001850 (SCM_NEWCELL): don't change cell type to `allocated'.
2288 * gc.h (SCM_NEWCELL, SCM_NEWCELL2), gc.c (map_free_list,
4172 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Use SCM_SET_CELL_TYPE to set
4197 SCM_PTR_LE, SCM_PTR_GE, SCM_CELL_WORD_LOC, SCM_NEWCELL,
4210 SCM_NEWCELL, SCM_NEWCELL2, SCM_CARLOC, SCM_CDRLOC, SCM_SETAND_CAR,
4620 * pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists.
4683 * pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL.
5547 SCM_NEWCELL macro.
H A DChangeLog-1996-1999346 * pairs.h (SCM_NEWCELL): set the car to scm_tc16_allocated
1677 SCM_NEWCELL and setting the CAR/CDR by hand.
2905 * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't
7450 * pairs.h (SCM_NEWCELL): New debugging version added.
7452 debugging version of SCM_NEWCELL.
H A DChangeLog-20089820 Deprecated SCM_NEWCELL and SCM_NEWCELL2. Added scm_alloc_cell and
9826 (SCM_NEWCELL, SCM_NEWCELL2): Implement in terms of
9847 SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
12657 like the SCM_NEWCELL macro counterparts.
12666 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Prefer SCM_NULLP over
13353 (SCM_NEWCELL, SCM_NEWCELL2): Use of SCM_GC_SET_ALLOCATED will
/dports/lang/guile1/guile-1.8.8/
H A DNEWS1453 ** SCM_NEWCELL and SCM_NEWCELL2 have been deprecated.
1458 cells. Only careful coding by the user of SCM_NEWCELL and
2794 This enables a debugging version of SCM_NEWCELL(), and also registers
/dports/lang/guile2/guile-2.2.7/
H A DNEWS7095 ** SCM_NEWCELL and SCM_NEWCELL2 have been deprecated.
7100 cells. Only careful coding by the user of SCM_NEWCELL and
8436 This enables a debugging version of SCM_NEWCELL(), and also registers
H A DChangeLog75041 * src/vm_engine.h (CONS): Use `scm_cons' instead of `SCM_NEWCELL'.
/dports/lang/guile/guile-3.0.7/
H A DNEWS7992 ** SCM_NEWCELL and SCM_NEWCELL2 have been deprecated.
7997 cells. Only careful coding by the user of SCM_NEWCELL and
9333 This enables a debugging version of SCM_NEWCELL(), and also registers
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog23984 (mu_scm_message_add_owner): Don't use SCM_NEWCELL.
23989 (mu-message-get-header-fields): Don't use SCM_NEWCELL.
23991 SCM_NEWCELL.