Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bc/dist/
H A Dconst.h74 #define BC_LABEL_GROUP 64 macro
H A Dbcdefs.h87 unsigned long l_adrs [ BC_LABEL_GROUP ];
H A Dload.c96 offset = lab % BC_LABEL_GROUP; in def_label()
H A Dexecute.c138 l_off = label_num % BC_LABEL_GROUP; in execute()