Searched refs:bc_struct (Results 1 – 3 of 3) sorted by relevance
37 typedef struct bc_struct *bc_num;39 typedef struct bc_struct struct53 } bc_struct; typedef
57 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent);63 temp = (bc_num) pemalloc (sizeof(bc_struct), persistent);
66 temp = (bc_num) emalloc (sizeof(bc_struct));
Completed in 6 milliseconds