Home
last modified time | relevance | path

Searched refs:BC_STATUS_IS_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dvm.c452 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()
/external/bc/include/
Dvm.h152 #define BC_STATUS_IS_ERROR(s) \ macro