Lines Matching refs:BC_RESULT_STR
318 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()
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()
3401 r.t = BC_RESULT_STR; in bc_program_exec()