memory.c:void check_gamma_code()
memory.c:    if (unchecked(&gamma_table,type_count*sizeof(ptr_definition),33)) {
memory.c:      check_def_code(&(gamma_table[i]));
memory.c:static void check_gamma_rest()
memory.c:    check_def_rest(&(gamma_table[i]));
memory.c:  check_gamma_code();
memory.c:  check_gamma_rest();
types.c:ptr_definition gamma_table[MAX_GAMMA];
types.c:  //  gamma_table=(ptr_definition *) heap_alloc(type_count*sizeof(definition)); // moved to top djd
types.c:    //    gamma_table=(ptr_definition *) heap_alloc(type_count*sizeof(definition)); moved to top djd
types.c:	    gamma_table[p]=xdef;
types.c:    gamma_table[p]=top;
types.c:      gamma_table[i]=NULL;
types.c:	       gamma_table[i]->code,
types.c:	       gamma_table[i]->keyword->combined_name);
types.c:    c2=gamma_table[p]->code;
types.c:    result=cons(gamma_table[p],result);
