Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dlang.c280 case BC_RESULT_ARRAY_ELEM: in bc_result_copy()
340 case BC_RESULT_ARRAY_ELEM: in bc_result_free()
H A Dprogram.c333 case BC_RESULT_ARRAY_ELEM: in bc_program_num()
345 if (r->t == BC_RESULT_ARRAY_ELEM) in bc_program_num()
509 if (lt == (*r)->t && (lt == BC_RESULT_VAR || lt == BC_RESULT_ARRAY_ELEM)) in bc_program_binPrep()
574 good = ((*r)->t == BC_RESULT_STR && lt <= BC_RESULT_ARRAY_ELEM); in bc_program_assignPrep()
1452 if (left->t == BC_RESULT_ARRAY_ELEM) in bc_program_assign()
1699 r.t = BC_RESULT_ARRAY_ELEM; in bc_program_pushArray()
2188 if (r1->t == BC_RESULT_ARRAY_ELEM && (r1->t == r2->t || r1->t == r3->t)) in bc_program_modexp()
/freebsd/contrib/bc/include/
H A Dlang.h423 BC_RESULT_ARRAY_ELEM, enumerator