Searched refs:clos (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_closure.rb66 clos = Class.new(Closure) do
73 assert_equal(v, clos.call(v))
77 func = Function.new(clos, [t], t)
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dcoproc.bash18 c|cl|clo|clos|close)
/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx20 -closprefix <prefix> - Prepend <prefix> to all clos identifiers\n\
21 -useclassprefix - Prepend the class name to all clos identifiers\n\
51 static int clos = 0; variable
68 /* Some clos options */
139 clos = 1;
169 if (!clos)
275 if (clos) {
433 if (clos) {
576 if (exporting_constructor && clos && hide_primitive) {
1074 if (clos) {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl211 set clos [$fa epsilon_closure $s]
212 foreach csym [$fa symbols@set $clos] {
214 foreach d [$fa nextset $clos $csym] {
227 set clos [$fa epsilon_closure $d]
228 if {[llength $clos] > 1} {
229 foreach e $clos {
/macosx-10.10/vim-55/runtime/syntax/
H A Dfoxpro.vim352 syn match foxproCmd "^\s*\<clos\%[e]\>"
353 syn match foxproCmd "^\s*\<clos\%[e]\>\s*\<memo\>"

Completed in 134 milliseconds