Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dlang.c302 case BC_RESULT_VOID: in bc_result_copy()
345 case BC_RESULT_VOID: in bc_result_free()
H A Dprogram.c62 assert(r->t != BC_RESULT_VOID); in bc_program_type_num()
413 case BC_RESULT_VOID: in bc_program_num()
454 if (BC_ERR((*r)->t == BC_RESULT_VOID)) bc_err(BC_ERR_EXEC_VOID_VAL); in bc_program_operand()
503 assert(lt != BC_RESULT_VOID && (*r)->t != BC_RESULT_VOID); in bc_program_binPrep()
980 if (r->t == BC_RESULT_VOID) in bc_program_print()
1809 if (BC_ERR(arg->t == BC_RESULT_VOID)) bc_err(BC_ERR_EXEC_VOID_VAL); in bc_program_call()
1910 else if (inst == BC_INST_RET_VOID) res->t = BC_RESULT_VOID; in bc_program_return()
/freebsd/contrib/bc/include/
H A Dlang.h450 BC_RESULT_VOID, enumerator