Searched refs:BC_RESULT_STR (Results 1 – 4 of 4) sorted by relevance
287 case BC_RESULT_STR: in bc_result_copy()341 case BC_RESULT_STR: in bc_result_free()
318 case BC_RESULT_STR: in bc_program_num()576 assert(BC_PROG_STR(*rn) || (*r)->t != BC_RESULT_STR); in bc_program_assignPrep()1241 if (ptr->t == BC_RESULT_STR) in bc_program_copyToVar()1437 assert(left->t != BC_RESULT_STR); in bc_program_assign()1440 if (right->t == BC_RESULT_STR) in bc_program_assign()1481 res.t = BC_RESULT_STR; in bc_program_assign()1648 r.t = BC_RESULT_STR; in bc_program_pushVar()1897 res->t = BC_RESULT_STR; in bc_program_return()2331 res.t = BC_RESULT_STR; in bc_program_asciify()2555 if (r->t != BC_RESULT_STR) return; in bc_program_execStr()[all …]
272 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))282 #define BC_PROG_NUM(r, n) ((r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
430 BC_RESULT_STR, enumerator