Searched refs:linked (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/zsh-61/zsh/Src/
H A Dmkbltnmlst.sh3 # mkbltnmlst.sh: generate boot code for linked-in modules
32 echo "/* linked-in known module \`$x_mod' */"
33 linked=yes
37 echo "/* non-linked-in known module \`$x_mod' */"
38 linked=no
76 test "x$linked" = xno && echo "#endif"
85 echo "/* linked-in module \`$bin_mod' */"
95 *) echo >&2 "ERROR: linked-in module \`$bin_mod' depends on \`$dep'"
H A Dmodule.c33 * List of linked-in modules.
381 /* Check if a module is linked in. */
1664 * Unlink and free a module node from the linked list.
1678 * A linked module may be marked as unloaded even though
1869 (m->u.linked->setup)(m) : dyn_setup_module(m));
1877 (m->u.linked->features)(m, features) :
1886 (m->u.linked->enables)(m, enables) :
1895 (m->u.linked->boot)(m) : dyn_boot_module(m));
1903 (m->u.linked->cleanup)(m) : dyn_cleanup_module(m));
1911 (m->u.linked
2187 Linkedmod linked; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/ufortune/
H A Dfortunedefs.mk6 # dll - will create a dynamically linked library
24 # Don't call udata_setAppData unless we are linked with the data
/macosx-10.10/ruby-106/ruby/win32/
H A Drtname.cmd7 (echo %0: %1 is not linked to msvcrt) 1>&2
H A Dconfigure.bat18 if "%1" == "--with-static-linked-ext" goto :extstatic
174 echo --with-static-linked-ext link external modules statically
/macosx-10.10/OpenSSL098-52/src/crypto/des/times/
H A Dusparc.cc7 routines are being linked from a library. I'll record the higher
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl66 $core new attribute stroke linked {linewidth 1} type $imin
67 $core new attribute style linked {linestyle {}} transform [myproc LineStyle]
68 $core new attribute color linked {linecolor black}
69 $core new attribute fillcolor linked {fillcolor {}}
72 $core new attribute textcolor linked {textcolor black}
73 $core new attribute textfont linked {textfont {Helvetica 12}}
74 $core new attribute anchor linked {anchor center}
75 $core new attribute justify linked {justify left}
79 $core new attribute width linked [Link boxwidth 2 cm] type $dmin
80 $core new attribute height linked [Lin
[all...]
H A Dattributes.tcl307 if {[info exists spec(linked)]} {
308 #lassign $spec(linked) varname defaultvalue
309 return [mymethod Linked $key {*}$spec(linked)]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb25 If your Tk library linked to Ruby doesn't include a 'panedwindow', this demo doesn't work. Please use later version of Tk which supports a 'panedwindow'.
H A Dlabelframe.rb28 If your Tk library linked to Ruby doesn't include a 'labelframe' widget, \
H A Dpaned2.rb25 If your Tk library linked to Ruby doesn't include a 'panedwindow', this demo doesn't work. Please use later version of Tk which supports a 'panedwindow'.
H A Dspin.rb34 If your Tk library linked to Ruby doesn't include a 'spinbox' widget, \
H A Dttkbut.rb30 in the disabled state. The third group has a collection of linked \
/macosx-10.10/vim-55/runtime/syntax/
H A Dhitest.vim50 " move linked groups to the end of file
53 " move linked group names to the matching preferred groups
H A Dcynpp.vim11 " the compiled and linked executable forms a hardware
H A Dcynlib.vim11 " the compiled and linked executable forms a hardware
H A Derlang.vim143 syn keyword erlangProcess linked low memory_in_use message_queue
151 syn keyword erlangPort in_format linked node out owner packeting
H A Dptcap.vim35 " highlighted. Hence, they are linked to `NONE'
/macosx-10.10/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc62 * which is why it's run-time linked.
/macosx-10.10/ruby-106/ruby/bcc32/
H A Dconfigure.bat21 if "%1" == "--with-static-linked-ext" goto :extstatic
136 echo --with-static-linked-ext link external modules statically
/macosx-10.10/ruby-106/ruby/symbian/
H A Dconfigure.bat14 if "%1" == "--with-static-linked-ext" goto :extstatic
58 echo --with-static-linked-ext link external modules statically
/macosx-10.10/objc4-646/
H A Dmarkgc.c256 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header)
258 * An object that uses a dynamically linked shared library also contains a
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
/macosx-10.10/CPANInternal-159.1/Readonly-XS-1.05/
H A DXS.pm78 statically-linked perl may not want to recompile their perl binary
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DFibonacci.pm462 Keeps elements in heap order using a linked list of Fibonacci trees.

Completed in 337 milliseconds

12345