Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bc/dist/
H A Dconst.h76 #define BC_START_SIZE 1024 /* Initial code body size. */ macro
H A Dstorage.c111 f->f_body = bc_malloc (BC_START_SIZE); in more_functions()
112 f->f_body_size = BC_START_SIZE; in more_functions()