Home
last modified time | relevance | path

Searched refs:REGISTRY_TOOL (Results 1 – 5 of 5) sorted by relevance

/dports/editors/biew/biew-610/
H A Daddendum.c22 extern REGISTRY_TOOL DigitalConvertor;
23 extern REGISTRY_TOOL Calculator;
25 static REGISTRY_TOOL *toolTable[] =
35 const char *toolName[sizeof(toolTable)/sizeof(REGISTRY_TOOL *)]; in SelectTool()
39 nTools = sizeof(toolTable)/sizeof(REGISTRY_TOOL *); in SelectTool()
52 for(i = 0;i < sizeof(toolTable)/sizeof(REGISTRY_TOOL *);i++) in init_addons()
61 for(i = 0;i < sizeof(toolTable)/sizeof(REGISTRY_TOOL *);i++) in term_addons()
H A Dsysinfo.c40 const char *toolName[sizeof(toolTable)/sizeof(REGISTRY_TOOL *)]; in SelectSysInfo()
44 nTools = sizeof(toolTable)/sizeof(REGISTRY_TOOL *); in SelectSysInfo()
57 for(i = 0;i < sizeof(toolTable)/sizeof(REGISTRY_TOOL *);i++) in init_sysinfo()
66 for(i = 0;i < sizeof(toolTable)/sizeof(REGISTRY_TOOL *);i++) in term_sysinfo()
H A Dreg_form.h269 }REGISTRY_TOOL; typedef
/dports/editors/biew/biew-610/addons/tools/
H A Deval.c650 REGISTRY_TOOL Calculator =
H A Ddig_conv.c243 REGISTRY_TOOL DigitalConvertor =