Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/testsuite/
H A Dget_entities.adb129 Name_s : Natural; -- start of a possible entity name variable
137 Test => Ada.Strings.Outside, From => Name_s);
150 if Name_e < Name_s then
153 Name := To_Unbounded_String (Code (Name_s .. Name_e-1));
163 Put_Line(Standard_Error, "Entity : """ & Code(Name_s .. I-1) & """ not valid");
174 Name_s := Index(Code, Ada.Strings.Maps.To_Set(CharSet), From => Ent + 6);
176 if Name_s = 0 then -- entity name must be on a subsequent line
183 Name_s := Index(Code, Ada.Strings.Maps.To_Set(CharSet), From => Ent + 6);
184 if Name_s > 0 then