Lines Matching refs:core
5 static core *new_state(int symbol);
20 core *first_state;
24 static core **state_set;
25 static core *this_state;
26 static core *last_state;
90 state_set = NEW2(nitems, core *); in allocate_storage()
165 core *sp; in get_state()
227 core *p; in initialize_states()
233 p = (core *)MALLOC(sizeof(core) + i * sizeof(Value_t)); in initialize_states()
284 static core *
288 core *p; in new_state()
304 p = (core *)allocate((sizeof(core) + (n - 1) * sizeof(Value_t))); in new_state()
326 core *p; in show_cores()