Searched refs:f_body (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/bc/dist/
H A Dload.c75 memcpy(new_body, f->f_body, f->f_body_size/2);
76 free (f->f_body);
77 f->f_body = new_body;
81 f->f_body[prog_addr] = (char) (thebyte & 0xff);
H A Dbcdefs.h108 char *f_body; member in struct:__anon63
H A Dexecute.c56 return (functions[p->pc_func].f_body[p->pc_addr++]);
H A Dstorage.c111 f->f_body = bc_malloc (BC_START_SIZE);
214 /* XXX restore f_body to initial size??? */

Completed in 105 milliseconds