Home
last modified time | relevance | path

Searched refs:bc_struct (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dnumber.h37 typedef struct bc_struct *bc_num;
39 typedef struct bc_struct struct
53 } bc_struct; argument
H A Dnumber.c72 temp = (bc_num) malloc (sizeof(bc_struct)); in bc_new_num()
627 temp = (bc_num) malloc (sizeof(bc_struct)); in new_sub_num()