Home
last modified time | relevance | path

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

/netbsd/external/bsd/bc/dist/
H A Dbcdefs.h85 typedef struct bc_label_group struct
88 struct bc_label_group *l_next; argument
89 } bc_label_group; typedef
111 bc_label_group *f_label;
H A Dload.c91 bc_label_group *temp; in def_label()
102 functions[func].f_label = bc_malloc (sizeof(bc_label_group)); in def_label()
112 temp->l_next = bc_malloc (sizeof(bc_label_group)); in def_label()
H A Dexecute.c66 bc_label_group *gp; in execute()
H A Dstorage.c209 bc_label_group *lg; in clear_func()