Home
last modified time | relevance | path

Searched refs:FASLHDR_N_PRIMITIVES (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dfasload.c53 + (FASLHDR_N_PRIMITIVES (h)) \
391 SCHEME_OBJECT * raw_prim_table = (Free + (FASLHDR_N_PRIMITIVES (fh))); in load_file()
396 (raw_prim_table, (FASLHDR_N_PRIMITIVES (fh)), new_prim_table); in load_file()
404 SCHEME_OBJECT * raw_table = (Free + (FASLHDR_N_PRIMITIVES (fh))); in load_file()
474 for (count = 0; (count < (FASLHDR_N_PRIMITIVES (fh))); count += 1) in primitive_numbers_unchanged_p()
H A Dfasl.c186 = (MAKE_OBJECT (TC_BROKEN_HEART, (FASLHDR_N_PRIMITIVES (h)))); in encode_fasl_header()
263 (FASLHDR_N_PRIMITIVES (h)) in decode_fasl_header()
H A Dfasdump.c180 (FASLHDR_N_PRIMITIVES (fh)) = (current_pr->next_code);
565 (FASLHDR_N_PRIMITIVES (fh)) = MAX_PRIMITIVE;
H A Dfasl.h159 #define FASLHDR_N_PRIMITIVES(h) ((h)->n_primitives) macro