Searched refs:schName (Results 1 – 7 of 7) sorted by relevance
/dports/cad/stepcode/stepcode-0.8/src/cleditor/ |
H A D | STEPfile.inline.cc | 280 std::string schName; in schemaName() local 284 return schName; in schemaName() 288 return schName; in schemaName() 294 return schName; in schemaName() 297 if( schName.empty() || schName[0] == '$' ) { in schemaName() 299 return schName; in schemaName() 305 return schName; in schemaName() 307 if( schName[ schName.length() - 1 ] == '\'' ) { in schemaName() 308 schName = schName.substr( 1, schName.length() - 2 ); in schemaName() 313 schName = schName.substr( 1, schName.length() - 1 ); in schemaName() [all …]
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/drc_proto/ |
H A D | drc_proto.cpp | 67 wxFileName schName ( filename ); in loadKicadProject() local 72 schName.SetExt( KiCadSchematicFileExtension ); in loadKicadProject() 76 schName.MakeAbsolute(); in loadKicadProject() 92 if( wxFileExists( schName.GetFullPath() ) ) in loadKicadProject()
|
/dports/cad/stepcode/stepcode-0.8/src/cllazyfile/ |
H A D | sectionReader.cc | 254 const std::string & typeName, const std::string & schName, bool header ) { in getRealInstance() argument 262 if( schName.size() > 0 ) { in getRealInstance() 263 sName = schName.c_str(); in getRealInstance()
|
H A D | sectionReader.h | 60 … const std::string & typeName = "", const std::string & schName = "", bool header = false );
|
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/ |
H A D | ExpDict.h | 1179 strcpy( schName, sch ); 1189 return ( strcmp( schName, schrnm.schName ) < 0 ); 1198 char schName[BUFSIZ];
|
H A D | ExpDict.inline.cc | 355 if( !StrCmpIns( schnm, schName ) ) { in rename()
|
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/ |
H A D | classes_wrapper.cc | 324 void initUnityFiles( const char * schName, FILES * files ) { in initUnityFiles() argument 328 std::string name = schName; in initUnityFiles()
|