Searched refs:BC_STATUS_IS_ERROR (Results 1 – 2 of 2) sorted by relevance
452 for (; !BC_STATUS_IS_ERROR(s) && buf.len > 1 && BC_NO_SIG && in bc_vm_stdin()504 else if (!BC_STATUS_IS_ERROR(s)) { in bc_vm_stdin()701 return !BC_STATUS_IS_ERROR(s) ? BC_STATUS_SUCCESS : s; in bc_vm_boot()
152 #define BC_STATUS_IS_ERROR(s) \ macro