Searched refs:BC_NO_ERR (Results 1 – 6 of 6) sorted by relevance
234 if (BC_NO_ERR(c2 == '&')) in bc_lex_token()429 if (BC_NO_ERR(l->buf[l->i] == '\n')) in bc_lex_token()487 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()
248 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()
403 if (BC_NO_ERR(vm->file != NULL))
181 #define BC_NO_ERR(s) BC_LIKELY(s) macro