bas_type
bas_type *ptr;
bas_type *ptr;
struct bas_type *next;
typedef struct bas_type bas_type;
bas_type *typ_list_h;
bas_type *typ_list_t;
bas_type *ptr;
ptr = XALLOC(bas_type);
bas_type *
bas_type * ptr;
extern bas_type *typ_list_h;
extern bas_type *typ_list_t;
bas_type *find_type(const char *type);