Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.h176 struct bas_type struct
180 struct bas_type *next; argument
183 typedef struct bas_type bas_type; typedef
H A Drpc_util.c427 bas_type *typ_list_h;
428 bas_type *typ_list_t;
433 bas_type *ptr; in add_type()
435 if ((ptr = malloc(sizeof (bas_type))) == NULL) { in add_type()
453 bas_type *
456 bas_type *ptr; in find_type()
H A Drpc_util.h105 extern bas_type *typ_list_h;
106 extern bas_type *typ_list_t;
163 extern bas_type *find_type(char *);
H A Drpc_cout.c436 bas_type *ptr; in inline_type()