Home
last modified time | relevance | path

Searched refs:bc_num_stream (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/include/
H A Dnum.h851 bc_num_stream(BcNum* restrict n);
/freebsd/contrib/bc/src/
H A Dprogram.c2368 if (BC_PROG_NUM(r, n)) bc_num_stream(n); in bc_program_printStream()
H A Dnum.c3356 bc_num_stream(BcNum* restrict n) in bc_num_stream() function