Home
last modified time | relevance | path

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

/external/bc/
DAndroid.bp37 ":bc-bc_help.c",
52 name: "bc-bc_help.c",
53 srcs: ["gen/bc_help.txt"],
54 out: ["gen/bc_help.c"],
56 cmd: "$(location gen/strgen.sh) $(in) $(out) bc_help '' BC_ENABLED",
DMakefile.in68 BC_HELP = $(GEN_DIR)/bc_help.txt
69 BC_HELP_C = $(GEN_DIR)/bc_help.c
71 BC_HELP_GCDA = $(GEN_DIR)/bc_help.gcda
72 BC_HELP_GCNO = $(GEN_DIR)/bc_help.gcno
206 $(GEN_EMU) $(GEN_EXEC) $(BC_HELP) $(BC_HELP_C) bc_help "" $(BC_ENABLED_NAME)
D.gitignore31 bc_help.c
Dconfigure746 bc_help="\$(GEN_DIR)/bc_help.o"
797 bc_help=""
1235 contents=$(replace "$contents" "BC_HELP_O" "$bc_help")
Dconfigure.sh746 bc_help="\$(GEN_DIR)/bc_help.o"
797 bc_help=""
1235 contents=$(replace "$contents" "BC_HELP_O" "$bc_help")
/external/bc/src/
Dbc.c46 vm.help = bc_help; in bc_main()
/external/bc/include/
Dbc.h50 extern const char bc_help[];