Searched refs:link (Results 1 - 25 of 115) sorted by last modified time

12345

/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl529 # ?-full? displays / after directories and link paths for links
573 link { append f " -> [file readlink $d$sep$f]" }
H A Dconsole.tcl1854 while {[string match link [file type $class(SCRIPT)]]} {
1855 set link [file readlink $class(SCRIPT)]
1856 if {[string match relative [file pathtype $link]]} {
1858 [file dirname $class(SCRIPT)] $link]
1860 set class(SCRIPT) $link
1863 catch {unset link}
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex182 of a link in a flow network. 0.0 indicating unused (thin black line)
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex171 Since {\eclipse} does not provide a link to the system call \notation{sendto()},
H A Dextmeta.tex183 link is still free.
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Drepair.tex127 Succeeds if the given variable is tenable. This predicate is the link
H A Dextconjunto.tex663 Two specific predicates make a link between a ground set and a list.
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex1007 re-link the corresponding calls.
H A Dglobalstate.tex69 and link your program with libshm.a
H A Dgc.tex178 a tag from a relocation link.
180 When set, the cell holds a relocation link, when reset (the
260 The solution is to delay the building of the relocation link until
264 tag without replacing the tag by a link.
265 In the Compact\&Update phase, the link is created after the reference
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembfunc.tex145 {\eclipse}, the link between the function and a predicate name
162 compiled/linked together with the host program, and the link between function
H A Dembed.tex85 directories so that these tools can include and link the appropriate files.
130 This will link your application with the shared library \verb+libeclipse.so+.
148 %to link statically for some reason, you have to link explicitly with
178 If you use GCC, you can link either directly against \verb+eclipse.dll+
195 link against. This file can be created from \verb+eclipse.def+ and
197 using the \verb+lib.exe+ or \verb+link.exe+ tool (which comes with the
206 link.exe /lib /def:eclipse.def
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex504 \index{structure, nested}\index{nested structure}A very common data representation problem is how to access information about some structure from another structure, for example in RiskWise how to access the information about a router from an interface of the router. There are two main alternatives. The first is to insert the data of the first entity (router) directly in the representation of the second entity (interface) as an additional attribute, the second is to store a key which can be used to look up the entity. Although the first method has the advantage of avoiding the extra lookup, we do not recommend this approach. If we have recursive references to objects (in our example above if the router also contains a link to all its interfaces) then this direct representation becomes an infinite data structure, which causes problems for printing and debugging. If we use the second approach, we obviously need a way to find the entity belonging to a particular key without too much overhead. The choice of the key depends on the representation of our overall data structure, which we will discuss in the next sections.
/barrelfish-2018-10-04/usr/eclipseclp/config/
H A Dconfig.guess1019 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/TkExdr/
H A DTkExdr.mak105 LINK32=link.exe
219 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/TkEclipse/
H A DTkEclipse.mak109 LINK32=link.exe
225 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Standalone/
H A DStandalone.mak103 LINK32=link.exe
207 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Shm/
H A DShm.mak98 LIB32=link.exe -lib
182 LIB32=link.exe -lib
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Ria/
H A DRia.mak70 LINK32=link.exe
143 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Regex/
H A DRegex.mak78 LINK32=link.exe
164 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/PtEclipse/
H A DPtEclipse.mak108 LINK32=link.exe
222 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Minimain/
H A DMinimain.mak102 LINK32=link.exe
192 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/IC/
H A DIC.mak104 LINK32=link.exe
217 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/GmpDll/
H A DGmpDll.mak321 LINK32=link.exe
892 LINK32=link.exe
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/EplexSXpress/
H A DEplexSXpress.mak97 LINK32=link.exe
175 LINK32=link.exe
251 LINK32=link.exe
330 LINK32=link.exe
409 LINK32=link.exe
488 LINK32=link.exe
565 LINK32=link.exe
641 LINK32=link.exe
720 LINK32=link.exe
798 LINK32=link
[all...]

Completed in 131 milliseconds

12345