Home
last modified time | relevance | path

Searched refs:dc_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
125 dc_help.c: dc_help.txt Makefile
126 cd ${BCDIR} && sh gen/strgen.sh gen/dc_help.txt ${.OBJDIR}/dc_help.c 0 dc_help "" 1 0
/freebsd/contrib/bc/
H A DMakefile.in85 DC_HELP = $(GENDIR)/dc_help.txt
86 DC_HELP_C = $(GEN_DIR)/dc_help.c
88 DC_HELP_GCDA = $(GEN_DIR)/dc_help.gcda
89 DC_HELP_GCNO = $(GEN_DIR)/dc_help.gcno
265 …$(GEN_EMU) $(GEN_EXEC) $(DC_HELP) $(DC_HELP_C) $(BC_EXCLUDE_EXTRA_MATH) dc_help "" $(DC_ENABLED_NA…
H A Dconfigure.sh1005 dc_help="\$(GEN_DIR)/dc_help.o"
1039 dc_help=""
1686 contents=$(replace "$contents" "DC_HELP_O" "$dc_help")
H A Dbuild.rig286 txt2o("gen/dc_help.txt", "dc_help", "", "DC_ENABLED", false),
H A Dconfigure1005 dc_help="\$(GEN_DIR)/dc_help.o"
1039 dc_help=""
1686 contents=$(replace "$contents" "DC_HELP_O" "$dc_help")
/freebsd/contrib/bc/src/
H A Ddc.c54 vm->help = dc_help; in dc_main()
/freebsd/contrib/bc/include/
H A Ddc.h54 extern const char dc_help[];