Home
last modified time | relevance | path

Searched refs:bc_help (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/gh-bc/
H A DMakefile11 SRCS+= bc_help.c dc_help.c lib.c lib2.c
122 bc_help.c: bc_help.txt Makefile
123 cd ${BCDIR} && sh gen/strgen.sh gen/bc_help.txt ${.OBJDIR}/bc_help.c 0 bc_help "" 1 0
/freebsd/contrib/bc/
H A DMakefile.in79 BC_HELP = $(GENDIR)/bc_help.txt
80 BC_HELP_C = $(GEN_DIR)/bc_help.c
82 BC_HELP_GCDA = $(GEN_DIR)/bc_help.gcda
83 BC_HELP_GCNO = $(GEN_DIR)/bc_help.gcno
259 …$(GEN_EMU) $(GEN_EXEC) $(BC_HELP) $(BC_HELP_C) $(BC_EXCLUDE_EXTRA_MATH) bc_help "" $(BC_ENABLED_NA…
H A Dconfigure.sh1004 bc_help="\$(GEN_DIR)/bc_help.o"
1057 bc_help=""
1685 contents=$(replace "$contents" "BC_HELP_O" "$bc_help")
H A Dbuild.rig285 txt2o("gen/bc_help.txt", "bc_help", "", "BC_ENABLED", false),
H A Dconfigure1004 bc_help="\$(GEN_DIR)/bc_help.o"
1057 bc_help=""
1685 contents=$(replace "$contents" "BC_HELP_O" "$bc_help")
/freebsd/contrib/bc/src/
H A Dbc.c54 vm->help = bc_help; in bc_main()
/freebsd/contrib/bc/include/
H A Dbc.h58 extern const char bc_help[];