Home
last modified time | relevance | path

Searched refs:BC_NO_ERR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bc/src/
H A Dbc_lex.c234 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()
H A Drand.c430 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()
440 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()
H A Ddc_lex.c248 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false))) in dc_lex_token()
H A Dbc_parse.c760 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()
H A Dvm.c403 if (BC_NO_ERR(vm->file != NULL))
/freebsd/contrib/bc/include/
H A Dstatus.h181 #define BC_NO_ERR(s) BC_LIKELY(s) macro