Home
last modified time | relevance | path

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

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dsystem.c82 static DirectModuleEntry *system_module = NULL; /* FIXME */ variable
192 direct_module_unref( system_module ); in dfb_system_core_shutdown()
194 system_module = NULL; in dfb_system_core_shutdown()
223 direct_module_unref( system_module ); in dfb_system_core_leave()
225 system_module = NULL; in dfb_system_core_leave()
283 if (!system_module || (!dfb_config->system || in dfb_system_lookup()
286 if (system_module) in dfb_system_lookup()
287 direct_module_unref( system_module ); in dfb_system_lookup()
289 system_module = module; in dfb_system_lookup()
298 if (!system_module) { in dfb_system_lookup()
/dports/devel/efl/efl-1.25.1/src/modules/ecore/
H A Dmeson.build10 foreach system_module : system_modules
11 mod_install_dir = join_paths(dir_lib, 'ecore', 'system', system_module, version_name)
12 subdir(join_paths('system', system_module))
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dsystem.pl40 system_module/0
70 %! system_module
76 system_module :- label
/dports/lang/yap/yap-6.2.2/pl/
H A Dinit.yap118 '$system_module'('$messages').
119 '$system_module'('$hacks').
120 '$system_module'('$attributes').
121 '$system_module'('$coroutining').
H A Dsignals.yap39 …( G = '$notrace'(G0) ; G = '$oncenotrace'(G0) ; G = '$execute0'(G0,M) ; '$system_module'(M), G = …
53 …( G = '$notrace'(G0) ; G = '$oncenotrace'(G0) ; G = '$execute0'(G0,M) ; '$system_module'(M), G = …
H A Dmodules.yap539 \+ '$system_module'(Mod).
H A Ddebug.yap490 '$system_module'(M), !,
/dports/lang/yap/yap-6.2.2/H/
H A Drhstruct.h92 Yap_heap_regs->system_module = AtomTermAdjust(Yap_heap_regs->system_module);
H A Dhstruct.h92 Term system_module; variable
H A Ddhstruct.h92 #define SYSTEM_MODULE Yap_heap_regs->system_module
H A Dihstruct.h92 Yap_heap_regs->system_module = MkAtomTerm(AtomSystem);
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/trace/
H A Dstack.pl48 :- autoload(library(system),[system_module/0]).
50 :- system_module.
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS95 Term system_module SYSTEM_MODULE MkAT AtomSystem
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog56227 (narrow_stack): Don't pay attention to the system_module thing.