Home
last modified time | relevance | path

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

/dports/misc/excel-writer/Excel_Writer/src/
H A Dcsv.adb115 Raw_Line : constant String := Unquote (Item (Slice.Start .. Slice.Stop)); constant
118 return Trim (Raw_Line, Both);
119 elsif Raw_Line'Length < Size then
120 return Raw_Line & (Size - Raw_Line'Length) * ' ';
122 return Raw_Line (Raw_Line'First .. Raw_Line'First + Size - 1);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-debugger__on.adb1118 Raw_Line : Char_Ptr; variable
1172 Raw_Line := Readline (Prompt);
1174 if Raw_Line = null or else Raw_Line (1) = ASCII.NUL then
1190 Line_Last : constant Natural := Strlen (Raw_Line);
1191 Line : String renames Raw_Line (1 .. Line_Last);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-debugger.adb2293 Raw_Line : Char_Ptr; variable
2384 Raw_Line := Readline (Prompt);
2386 if Raw_Line = null or else Raw_Line (1) = ASCII.NUL then
2402 Line_Last : constant Natural := Strlen (Raw_Line);
2403 Line : String renames Raw_Line (1 .. Line_Last);