Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/jpl/src/java/jpl/
H A DQuery.java112 …protected final String contextModule = "user"; // until revised constructors allow this to be s… field in Query
314 module = contextModule; in open()
322 …qid = Prolog.open_query(Prolog.new_module(Prolog.new_atom(contextModule)), Prolog.Q_CATCH_EXCEPTIO… in open()
/dports/lang/swi-pl/swipl-8.2.3/packages/jpl/src/main/java/org/jpl7/
H A DQuery.java113 protected final String contextModule = "user"; // until revised constructors field in Query
131 public final String getContext() { return contextModule; } in getContext()
396 module = contextModule; in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DModuleDependenciesAdapter.java184 IModuleDescription contextModule= getContextModule(); in getPackages() local
185 String[] exported= fFocusModule.getExportedPackageNames(contextModule); in getPackages()
189 String[] opened= fFocusModule.getOpenedPackageNames(contextModule); in getPackages()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-modul.c777 { *module = (environment_frame ? contextModule(environment_frame) in stripModule()
1555 return PL_unify_atom(module, contextModule(environment_frame)->name); in pl_context_module()
1617 Module destination = contextModule(environment_frame); in import()
H A Dpl-wam.c735 rval = call_term(contextModule(fr), clean PASS_LD); in callCleanupHandler()
1465 contextModule(LocalFrame fr) in contextModule() function
1527 p2[1] = contextModule(fr)->name; in m_qualify_argument()
2564 setContextModule(fr, contextModule(qf->saved_environment)); in PL_open_query()
H A Dpl-trace.c952 Sfprintf(out, "[%s] ", stringAtom(contextModule(frame)->name)); in writeFrameGoal()
2161 { PL_put_atom(result, contextModule(fr)->name); in prolog_frame_attribute()
H A Dpl-fli.c3996 *m = environment_frame ? contextModule(environment_frame) in PL_strip_module__LD()
4035 *m = environment_frame ? contextModule(environment_frame) in PL_strip_module_ex__LD()
4046 return environment_frame ? contextModule(environment_frame) in PL_context()
4494 return (HAS_LD && environment_frame ? contextModule(environment_frame) in resolveModule()
H A Dpl-attvar.c1114 t[1] = contextModule(PL__ctx->engine->environment)->name;
H A Dpl-funcs.h74 COMMON(Module) contextModule(LocalFrame fr);
H A Dpl-proc.c611 return (environment_frame ? contextModule(environment_frame) in get_module()
901 e->module = contextModule(environment_frame);
H A Dpl-comp.c5715 if ( !unify_definition(contextModule(LD->environment), head, def, tmp, 0) )
5865 { Module m = contextModule(LD->environment);
H A Dpl-vmi.c1730 { FR->context = contextModule(FR);