Home
last modified time | relevance | path

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

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