Searched refs:BC_NO_ERR (Results 1 – 7 of 7) sorted by relevance
232 if (BC_NO_ERR(c2 == '&')) in bc_lex_token()427 if (BC_NO_ERR(l->buf[l->i] == '\n')) in bc_lex_token()485 if (BC_NO_ERR(c2 == '|')) in bc_lex_token()
430 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()440 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()
246 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false))) in dc_lex_token()
760 else if (BC_NO_ERR(type == BC_LEX_KW_SCALE)) in bc_parse_incdec()1096 if (BC_NO_ERR(!BC_PARSE_NO_EXEC(p))) return; in bc_parse_endif()
404 if (BC_NO_ERR(vm->file != NULL))
195 #define BC_NO_ERR(s) BC_LIKELY(s) macro
4854 * `BC_NO_ERR(e)`4857 `BC_ERR` is the same as `BC_UNLIKELY`, and `BC_NO_ERR` is the same as