Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/include/
H A Dprogram.h182 #define BC_PROG_IBASE(p) ((p)->globals[BC_PROG_GLOBALS_IBASE]) macro
/freebsd-14.2/contrib/bc/src/
H A Dprogram.c647 BcBigDig base = BC_PROG_IBASE(p); in bc_program_const()