Home
last modified time | relevance | path

Searched refs:Text_Buffer (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/
H A Dcreate_css_editor.adb25 with Gtk.Text_Buffer; use Gtk.Text_Buffer;
94 Text_Buffer : Gtk_Text_Buffer; variable
118 Text_Buffer := Gtk_Text_Buffer_New (null);
121 Text_Buffer.On_Changed (On_Text_Buffer_Changed'Access);
122 Text_Buffer.Set_Text (CSS);
123 Text_View := Gtk_Text_View_New_With_Buffer (Text_Buffer);
/dports/devel/gprbuild/gprbuild-376670f/gpr/src/
H A Dgpr-osint.ads42 type Text_Buffer is array (Text_Ptr range <>) of Character; type
45 type Text_Buffer_Ptr is access all Text_Buffer;
50 new Ada.Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
76 subtype Source_Buffer is Text_Buffer;
83 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dtypes.ads139 type Text_Buffer is array (Text_Ptr range <>) of Character; type
142 type Text_Buffer_Ptr is access all Text_Buffer;
146 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
177 subtype Source_Buffer is Text_Buffer;
183 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dtypes.ads139 type Text_Buffer is array (Text_Ptr range <>) of Character; type
142 type Text_Buffer_Ptr is access all Text_Buffer;
146 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
177 subtype Source_Buffer is Text_Buffer;
183 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/examples/doublebuffer/
H A Dfull_test.adb17 with Gtk.Text_Buffer; use Gtk.Text_Buffer;
239 Text_Buffer : Gtk_Text_Buffer; variable
306 Gtk_New (Text_Buffer);
307 Gtk_New (Text, Text_Buffer);
312 Set_Text (Text_Buffer, Help);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dtypes.ads147 type Text_Buffer is array (Text_Ptr range <>) of Character; type
150 type Text_Buffer_Ptr is access all Text_Buffer;
154 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
186 subtype Source_Buffer is Text_Buffer;
192 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dtypes.ads147 type Text_Buffer is array (Text_Ptr range <>) of Character; type
150 type Text_Buffer_Ptr is access all Text_Buffer;
154 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
186 subtype Source_Buffer is Text_Buffer;
192 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dtypes.ads147 type Text_Buffer is array (Text_Ptr range <>) of Character; type
150 type Text_Buffer_Ptr is access all Text_Buffer;
154 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
191 subtype Source_Buffer is Text_Buffer;
198 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
199 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/lang/gnat_util/gnat_util/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
199 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
199 subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-text_view.ads47 with Gtk.Text_Buffer;
62 Buffer : Gtk.Text_Buffer.Gtk_Text_Buffer := null);
65 Buffer : Gtk.Text_Buffer.Gtk_Text_Buffer);
79 Buffer : access Gtk.Text_Buffer.Gtk_Text_Buffer_Record'Class);
88 return Gtk.Text_Buffer.Gtk_Text_Buffer;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dtypes.ads148 type Text_Buffer is array (Text_Ptr range <>) of Character; type
151 type Text_Buffer_Ptr is access all Text_Buffer;
155 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
192 subtype Source_Buffer is Text_Buffer;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dtypes.ads142 type Text_Buffer is array (Text_Ptr range <>) of Character; type
145 type Text_Buffer_Ptr is access all Text_Buffer;
149 procedure Free is new Unchecked_Deallocation (Text_Buffer, Text_Buffer_Ptr);
186 subtype Source_Buffer is Text_Buffer;

12345678910>>...12