Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/rpcgen/
Drpc_parse.h161 struct bas_type struct
165 struct bas_type *next; argument
168 typedef struct bas_type bas_type; typedef
Drpc_util.c441 bas_type *typ_list_h;
442 bas_type *typ_list_t;
447 bas_type *ptr; in add_type()
449 if ((ptr = malloc(sizeof(bas_type))) == NULL) { in add_type()
464 bas_type *
467 bas_type *ptr; in find_type()
Drpc_util.h69 extern bas_type *typ_list_h;
70 extern bas_type *typ_list_t;
126 bas_type *find_type(const char *);
Drpc_cout.c399 bas_type *ptr; in emit_struct()