|
Defines |
#define | CHAR_PTR_SIZE sizeof(char *) |
Functions |
Psc | synint_proc (Psc, int) |
char * | string_find (char *str, int insert) |
char * | string_find_safe (char *str) |
static Psc | make_psc_rec (char *name, char arity) |
static Pair | make_psc_pair (Psc psc_ptr, Pair *link_ptr) |
CPtr | dynpredep_to_prortb (CTXTdeclc void *pred_ep) |
TIFptr * | get_tip_or_tdisp (Psc temp) |
TIFptr | get_tip (CTXTdeclc Psc psc) |
static int | is_globalmod (Psc mod_psc) |
static Pair | search (int arity, char *name, Pair *search_ptr) |
static Pair | insert0 (char *name, byte arity, Pair *search_ptr, int *is_new) |
Pair | insert (char *name, byte arity, Psc mod_psc, int *is_new) |
Pair | insert_module (int type, char *name) |
Pair | link_sym (Psc psc, Psc mod_psc) |
Psc | get_ret_psc (int n) |
Psc | get_intern_psc () |