Home
last modified time | relevance | path

Searched refs:GCT_TRANSPORT_WORDS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dgccode.h117 #define GCT_TRANSPORT_WORDS(table) ((table)->transport_words) macro
137 ((* (GCT_TRANSPORT_WORDS (current_gc_table))) ((from), (n_words), (align_p)))
H A Dgcloop.c366 (GCT_TRANSPORT_WORDS (table)) = gc_transport_words; in initialize_gc_table()
371 (GCT_TRANSPORT_WORDS (table)) = gc_no_transport_words; in initialize_gc_table()
H A Dfasdump.c336 (GCT_TRANSPORT_WORDS ((&table))) = fasdump_transport_words; in fasdump_table()