bc_struct          37 bcmath/libbcmath/src/bcmath.h typedef struct bc_struct *bc_num;
bc_struct          54 bcmath/libbcmath/src/init.c   temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent);
bc_struct          60 bcmath/libbcmath/src/init.c     temp = (bc_num) pemalloc (sizeof(bc_struct), persistent);
bc_struct          66 bcmath/libbcmath/src/recmul.c     temp = (bc_num) emalloc (sizeof(bc_struct));