Lines Matching refs:globals
48 /// The index of ibase in the globals array.
51 /// The index of obase in the globals array.
54 /// The index of scale in the globals array.
64 /// The length of the globals array.
69 /// The array of globals values.
70 BcBigDig globals[BC_PROG_GLOBALS_LEN];
73 /// The array of globals stacks.
182 #define BC_PROG_IBASE(p) ((p)->globals[BC_PROG_GLOBALS_IBASE])
189 #define BC_PROG_OBASE(p) ((p)->globals[BC_PROG_GLOBALS_OBASE])
196 #define BC_PROG_SCALE(p) ((p)->globals[BC_PROG_GLOBALS_SCALE])