Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/include/
H A Dbc.h310 ((t) >= BC_INST_VAR && (t) <= BC_INST_SEED && (t) != BC_INST_ARRAY)
313 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
H A Dlang.h149 BC_INST_ARRAY, enumerator
/dports/math/gh-bc/bc-5.2.1/src/
H A Ddc_parse.c236 bc_parse_push(p, BC_INST_ARRAY); in dc_parse_token()
H A Dprogram.c1531 if (inst == BC_INST_ARRAY) { in bc_program_pushArray()
2905 BC_PROG_LBL(BC_INST_ARRAY): in bc_program_exec()
3307 inst == BC_INST_ARRAY) in bc_program_printInst()
H A Dbc_parse.c398 *type = BC_INST_ARRAY; in bc_parse_name()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c228 BC_INST_ARRAY, enumerator
524 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
3262 *type = BC_INST_ARRAY; in bc_parse_name()
5080 if (inst == BC_INST_ARRAY) { in bc_program_pushArray()
5503 case BC_INST_ARRAY: in bc_program_exec()