Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c290 BC_RESULT_IBASE, enumerator
2431 case BC_RESULT_IBASE: in bc_result_free()
4553 case BC_RESULT_IBASE: in bc_program_num()
4998 ib = (left->t == BC_RESULT_IBASE); in bc_program_assign()
5015 e = left->t - BC_RESULT_IBASE + BC_ERROR_EXEC_IBASE; in bc_program_assign()
5280 res.t = inst - BC_INST_IBASE + BC_RESULT_IBASE; in bc_program_pushGlobal()