Searched refs:lastkey (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dautoexpect72 # lastkey last key pressed by user
79 global userbuf lastkey
82 append userbuf $lastkey
83 set lastkey $c
88 global lastkey userbuf procbuf echoing
92 if {$lastkey == ""} {
103 sendcmd "$lastkey"
109 set lastkey ""
115 global lastkey procbuf userbuf echoing
119 if {$lastkey
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump/t/
H A Dtied.t27 my($self, $lastkey) = @_;
28 return if $lastkey eq "d";
29 return ++$lastkey;
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Dtied.t27 my($self, $lastkey) = @_;
28 return if $lastkey eq "d";
29 return ++$lastkey;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest031.tcl173 set lastkey "THIS WILL NEVER BE A KEY VALUE"
174 # no need to delete $lastkey
183 if { [string compare $k $lastkey] != 0 } {
186 error_check_good check_db:del:$lastkey \
187 [eval {$check_db del} $txn {$lastkey}] 0
191 set lastkey $k
211 if { [string length $lastkey] != 0 } {
212 error_check_good check_db:del:$lastkey \
213 [eval {$check_db del} $txn {$lastkey}] 0
H A Dtest030.tcl165 # We can't just set lastkey to a null string, since that might
167 set lastkey "THIS STRING WILL NEVER BE A KEY"
176 error_check_bad outer_get_loop:key $k $lastkey
185 set lastkey $k
205 error_check_good inner_get_loop:key $k $lastkey
H A Drecd010.tcl205 set lastkey ""
209 if { [string compare $lastkey $thiskey] != 0 } {
212 set lastkey $thiskey
H A Dtestutils.tcl393 set lastkey ""
406 if { [string compare $key $lastkey] != 0 && \
414 set lastkey $key
427 if { [string compare $key $lastkey] != 0 } {
455 set lastkey ""
465 if { [string compare $key $lastkey] != 0 } {
477 if { [string compare $key $lastkey] != 0 && \
485 set lastkey $key
751 set lastkey ""
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DDocumentLocator.pm80 my ($self, $lastkey) = @_;
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dgdbm.tcl61 # gdbm nextkey <name> <lastkey>
234 proc ::gdbm::cmd-nextkey {name lastkey} {
236 extract-datum [gdbm_nextkey $handles($name) [make-datum $lastkey]]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A D_rijndael.c311 int nk, nr, i, lastkey; local
326 lastkey = (RIJNDAEL_BLOCKSIZE/4) * (nr + 1);
334 for (i=nk; i<lastkey; i++) {
347 ctx->ikeys[lastkey-4 + i] = ctx->keys[lastkey-4 + i];
349 for (i=4; i<lastkey-4; i+=4)
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A D_rijndael.c311 int nk, nr, i, lastkey; local
326 lastkey = (RIJNDAEL_BLOCKSIZE/4) * (nr + 1);
334 for (i=nk; i<lastkey; i++) {
347 ctx->ikeys[lastkey-4 + i] = ctx->keys[lastkey-4 + i];
349 for (i=4; i<lastkey-4; i+=4)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cam.c2888 DBT *firstkey, *lastkey, *key1, *key2; local
2894 lastkey = firstkey + skeyp->size;
2895 for (key1 = firstkey; key1 < lastkey; key1++)
2896 for (key2 = key1 + 1; key2 < lastkey; key2++)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim74 syn keyword ProgressReserved last last-even[t] last-key last-of lastkey ldbname leave library like line-count[er] listi[ng] locked lookup machine-class

Completed in 157 milliseconds