Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dlang.c288 case BC_RESULT_STR: in bc_result_copy()
342 case BC_RESULT_STR: in bc_result_free()
H A Dprogram.c318 case BC_RESULT_STR: in bc_program_num()
514 if (BC_ERR(lt == BC_RESULT_STR)) bc_err(BC_ERR_EXEC_TYPE); in bc_program_binPrep()
574 good = ((*r)->t == BC_RESULT_STR && lt <= BC_RESULT_ARRAY_ELEM); in bc_program_assignPrep()
576 assert(BC_PROG_STR(*rn) || (*r)->t != BC_RESULT_STR); in bc_program_assignPrep()
1255 if (ptr->t == BC_RESULT_STR) in bc_program_copyToVar()
1451 assert(left->t != BC_RESULT_STR); in bc_program_assign()
1454 if (right->t == BC_RESULT_STR) in bc_program_assign()
1495 res.t = BC_RESULT_STR; in bc_program_assign()
1662 r.t = BC_RESULT_STR; in bc_program_pushVar()
1913 res->t = BC_RESULT_STR; in bc_program_return()
[all …]
/freebsd/contrib/bc/include/
H A Dprogram.h280 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
290 #define BC_PROG_NUM(r, n) ((r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
H A Dlang.h430 BC_RESULT_STR, enumerator