Home
last modified time | relevance | path

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

/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgmodule2.pas27 PPGModule = ^PGModule;
28 PGModule = ^TGModule;
39 function open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; inline; static; in open()
42 TGModuleCheckInit = function(module: PGModule): Pgchar; cdecl; in odule()
43 TGModuleUnload = procedure(module: PGModule); cdecl;
46 function g_module_close(module: PGModule): gboolean; cdecl; external; in g_module_close()
48 function g_module_name(module: PGModule): Pgchar; cdecl; external; in g_module_name()
49 function g_module_open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; external; in g_module_open()
51 function g_module_symbol(module: PGModule; symbol_name: Pgchar; symbol: Pgpointer): gboolean; cdecl… in g_module_symbol()
52 procedure g_module_make_resident(module: PGModule); cdecl; external;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgmodule2.pas27 PPGModule = ^PGModule;
28 PGModule = ^TGModule;
39 function open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; inline; static; in open()
42 TGModuleCheckInit = function(module: PGModule): Pgchar; cdecl; in odule()
43 TGModuleUnload = procedure(module: PGModule); cdecl;
46 function g_module_close(module: PGModule): gboolean; cdecl; external; in g_module_close()
48 function g_module_name(module: PGModule): Pgchar; cdecl; external; in g_module_name()
49 function g_module_open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; external; in g_module_open()
51 function g_module_symbol(module: PGModule; symbol_name: Pgchar; symbol: Pgpointer): gboolean; cdecl… in g_module_symbol()
52 procedure g_module_make_resident(module: PGModule); cdecl; external;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgmodule2.pas27 PPGModule = ^PGModule;
28 PGModule = ^TGModule;
39 function open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; inline; static; in open()
42 TGModuleCheckInit = function(module: PGModule): Pgchar; cdecl; in odule()
43 TGModuleUnload = procedure(module: PGModule); cdecl;
46 function g_module_close(module: PGModule): gboolean; cdecl; external; in g_module_close()
48 function g_module_name(module: PGModule): Pgchar; cdecl; external; in g_module_name()
49 function g_module_open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; external; in g_module_open()
51 function g_module_symbol(module: PGModule; symbol_name: Pgchar; symbol: Pgpointer): gboolean; cdecl… in g_module_symbol()
52 procedure g_module_make_resident(module: PGModule); cdecl; external;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgmodule2.pas27 PPGModule = ^PGModule;
28 PGModule = ^TGModule;
39 function open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; inline; static; in open()
42 TGModuleCheckInit = function(module: PGModule): Pgchar; cdecl; in odule()
43 TGModuleUnload = procedure(module: PGModule); cdecl;
46 function g_module_close(module: PGModule): gboolean; cdecl; external; in g_module_close()
48 function g_module_name(module: PGModule): Pgchar; cdecl; external; in g_module_name()
49 function g_module_open(file_name: Pgchar; flags: TGModuleFlags): PGModule; cdecl; external; in g_module_open()
51 function g_module_symbol(module: PGModule; symbol_name: Pgchar; symbol: Pgpointer): gboolean; cdecl… in g_module_symbol()
52 procedure g_module_make_resident(module: PGModule); cdecl; external;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmodule.inc9 PGModule = pointer;
12 TGModuleCheckInit = function (module:PGModule):Pgchar;cdecl;
13 TGModuleUnload = procedure (module:PGModule);cdecl;
24 function g_module_open(file_name:Pgchar; flags:TGModuleFlags):PGModule;cdecl;external gmodulelib n…
25 function g_module_close(module:PGModule):gboolean;cdecl;external gmodulelib name 'g_module_close';
26 procedure g_module_make_resident(module:PGModule);cdecl;external gmodulelib name 'g_module_make_res…
28 function g_module_symbol(module:PGModule; symbol_name:Pgchar; symbol:Pgpointer): gboolean;cdecl;e…
29 function g_module_name(module:PGModule):Pgchar;cdecl;external gmodulelib name 'g_module_name';
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmodule.inc9 PGModule = pointer;
12 TGModuleCheckInit = function (module:PGModule):Pgchar;cdecl;
13 TGModuleUnload = procedure (module:PGModule);cdecl;
24 function g_module_open(file_name:Pgchar; flags:TGModuleFlags):PGModule;cdecl;external gmodulelib n…
25 function g_module_close(module:PGModule):gboolean;cdecl;external gmodulelib name 'g_module_close';
26 procedure g_module_make_resident(module:PGModule);cdecl;external gmodulelib name 'g_module_make_res…
28 function g_module_symbol(module:PGModule; symbol_name:Pgchar; symbol:Pgpointer): gboolean;cdecl;e…
29 function g_module_name(module:PGModule):Pgchar;cdecl;external gmodulelib name 'g_module_name';
/dports/cad/iverilog/verilog-11.0/
H A DPGate.cc267 PGModule::PGModule(perm_string type, perm_string name, list<PExpr*>*pins) in PGModule() function in PGModule
273 PGModule::PGModule(perm_string type, perm_string name, in PGModule() function in PGModule
280 PGModule::PGModule(Module*type, perm_string name) in PGModule() function in PGModule
286 PGModule::~PGModule() in ~PGModule()
290 void PGModule::set_parameters(list<PExpr*>*o) in set_parameters()
296 void PGModule::set_parameters(named<PExpr*>*pa, unsigned npa) in set_parameters()
304 void PGModule::set_range(PExpr*msb, PExpr*lsb) in set_range()
313 perm_string PGModule::get_type() const in get_type()
H A DPGate.h192 class PGModule : public PGate {
199 explicit PGModule(perm_string type, perm_string name,
204 explicit PGModule(perm_string type, perm_string name,
209 explicit PGModule(Module*type, perm_string name);
211 ~PGModule();
H A Dmain.cc1373 PGModule*tmp = dynamic_cast<PGModule*>(*gate); in find_module_mention()
1391 PGModule*tmp = dynamic_cast<PGModule*>(*gate); in find_module_mention()
H A Delab_scope.cc827 PGModule*nested_gate = new PGModule(cur->second, cur->second->mod_name()); in elaborate_scope()
1270 const PGModule*obj, in delayed_elaborate_scope_mod_instances()
1280 const PGModule*obj_;
1301 void PGModule::elaborate_scope_mod_(Design*des, Module*mod, NetScope*sc) const in elaborate_scope_mod_()
1386 void PGModule::elaborate_scope_mod_instances_(Design*des, Module*mod, NetScope*sc) const in elaborate_scope_mod_instances_()
H A Delab_sig.cc392 bool PGModule::elaborate_sig_mod_(Design*des, NetScope*scope, in elaborate_sig_mod_()
424 bool PGModule::elaborate_sig_udp_(Design*des, NetScope*scope, PUdp*udp) const
H A Delaborate.cc997 NetNet*PGModule::resize_net_to_port_(Design*des, NetScope*scope, in resize_net_to_port_()
1122 static void isolate_and_connect(Design*des, NetScope*scope, const PGModule*mod, in isolate_and_connect()
1160 void PGModule::elaborate_mod_(Design*des, Module*rmod, NetScope*scope) const in elaborate_mod_()
1959 unsigned PGModule::calculate_instance_count_(Design*des, NetScope*scope, in calculate_instance_count_()
2021 void PGModule::elaborate_udp_(Design*des, PUdp*udp, NetScope*scope) const in elaborate_udp_()
2209 bool PGModule::elaborate_sig(Design*des, NetScope*scope) const in elaborate_sig()
2232 void PGModule::elaborate(Design*des, NetScope*scope) const in elaborate()
2260 void PGModule::elaborate_scope(Design*des, NetScope*sc) const in elaborate_scope()
H A Dpform.cc2278 PGModule*cur = new PGModule(type, name, wires); in pform_make_modgate()
2325 PGModule*cur = new PGModule(type, name, pins, npins); in pform_make_modgate()
H A Dpform_dump.cc699 void PGModule::dump(ostream&out, unsigned ind) const in dump()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/glib/
H A Dgmodule.pp64 PGModule=pointer;
72 TGModuleCheckInit = function (module:PGModule):Pgchar;cdecl;
73 TGModuleUnload = procedure (module:PGModule);cdecl;
76 function g_module_open(file_name:Pgchar; flags:TGModuleFlags):PGModule;cdecl;external gmoduledll n…
77 function g_module_close(module:PGModule):gboolean;cdecl;external gmoduledll name 'g_module_close';
78 procedure g_module_make_resident(module:PGModule);cdecl;external gmoduledll name 'g_module_make_res…
80 function g_module_symbol(module:PGModule; symbol_name:Pgchar; symbol:Pgpointer):gboolean;cdecl;ext…
81 function g_module_name(module:PGModule):Pgchar;cdecl;external gmoduledll name 'g_module_name';
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/examples/plugins/
H A Dmain.pas11 module : PGModule;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/examples/plugins/
H A Dmain.pas11 module : PGModule;