Home
last modified time | relevance | path

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

/trueos/usr.bin/bc/
HDbc.y127 #define VAR_BASE (256-4) macro
128 #define MAX_VARIABLES (VAR_BASE * VAR_BASE)
897 p[1] = ENCODE(num / VAR_BASE + 1); in lookup()
898 p[2] = ENCODE(num % VAR_BASE + 1); in lookup()