Home
last modified time | relevance | path

Searched refs:body_file_ext (Results 1 – 8 of 8) sorted by relevance

/dports/devel/dia2code/dia2code-0.8.8/dia2code/
H A Dgenerate_code_ada.c598 sprintf (outfname, "%s.%s", filebase, body_file_ext); in make_filename()
616 if (body_file_ext == NULL) in generate_code_ada()
617 body_file_ext = BODY_EXT; in generate_code_ada()
H A Ddia2code.h224 extern char *body_file_ext; /* Set by switch "-bext". Language specific
H A Dmain.c258 body_file_ext = argv[i]; in main()
H A Ddia2code.c337 char *body_file_ext = NULL; variable
/dports/devel/dia2code+/dia2code-1.0.0/src/
H A Dgenerate_code_ada.cpp597 sprintf (outfname, "%s.%s", filebase, body_file_ext); in make_filename()
615 if (body_file_ext == NULL) in generate_code_ada()
616 body_file_ext = BODY_EXT; in generate_code_ada()
H A DGenerateCode.hpp41 …std::string body_file_ext; ///< Implementation file extension (for languages where body is genera… member in GenerateCode
H A DGenerateCode.cpp274 return body_file_ext.c_str (); in getBodyFileExt()
280 body_file_ext.assign (ext); in setBodyFileExt()
/dports/devel/dia2code+/dia2code-1.0.0/
H A DREADME981 - std::string body_file_ext; // extension of body file (if usefull).