Home
last modified time | relevance | path

Searched refs:BC_PROG_LBLS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/bc/include/
H A Dprogram.h450 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
554 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
648 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
738 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
820 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
893 #define BC_PROG_LBLS static const void* const bc_program_inst_lbls[] = { \ macro
967 #define BC_PROG_LBLS macro
/freebsd-13.1/contrib/bc/src/
H A Dprogram.c2692 BC_PROG_LBLS; in bc_program_exec()