Searched refs:BC_NO_ERR (Results 1 – 7 of 7) sorted by relevance
155 if (BC_NO_ERR(c2 == '&')) { in bc_lex_token()335 if (BC_NO_ERR(l->buf[l->i] == '\n')) { in bc_lex_token()391 if (BC_NO_ERR(c2 == '|')) { in bc_lex_token()
161 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false))) in dc_lex_token()
286 if (BC_NO_ERR(fd >= 0)) { in bc_rand_srand()294 if (BC_NO_ERR(fd >= 0)) { in bc_rand_srand()
235 if (BC_NO_ERR(vm.file)) {598 if (BC_NO_ERR(!BC_PARSE_NO_EXEC(&vm.prs))) return;
408 else if (BC_NO_ERR(type == BC_LEX_KW_SCALE)) { in bc_parse_incdec()
71 assert(BC_IS_DC || BC_NO_ERR(r->t != BC_RESULT_STR)); in bc_program_type_match()
95 #define BC_NO_ERR(s) BC_LIKELY(s) macro