Home
last modified time | relevance | path

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

/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.inline.cc280 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 Ddrc_proto.cpp67 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 DsectionReader.cc254 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 DsectionReader.h60 … const std::string & typeName = "", const std::string & schName = "", bool header = false );
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DExpDict.h1179 strcpy( schName, sch );
1189 return ( strcmp( schName, schrnm.schName ) < 0 );
1198 char schName[BUFSIZ];
H A DExpDict.inline.cc355 if( !StrCmpIns( schnm, schName ) ) { in rename()
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dclasses_wrapper.cc324 void initUnityFiles( const char * schName, FILES * files ) { in initUnityFiles() argument
328 std::string name = schName; in initUnityFiles()