Searched refs:Key (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/library/
H A Dtk.tcl91 event $op <<Cut>> <Control-Key-w>
92 event $op <<Copy>> <Meta-Key-w>
93 event $op <<Paste>> <Control-Key-y>
102 event add <<Cut>> <Control-Key-x> <Key-F20>
103 event add <<Copy>> <Control-Key-c> <Key-F16>
104 event add <<Paste>> <Control-Key-v> <Key-F18>
109 event add <<Cut>> <Control-Key
[all...]
H A Dfocus.tcl152 regexp Key|Focus "[bind $w] [bind [winfo class $w]]"
/ast/src/cmd/tests/cdt/
H A Dtstringset.c40 static char Key[N_OBJ][8]; /* max 7-digit numbers */ variable
62 sprintf(Key[i], Pat, Perm[i]);
72 { dtinsert(dt, Key[i]);
86 { if(!(ks = (char*)dtsearch(dt,Key[i])) )
87 terror("Not finding '%s'", Key[i]);
88 if(strcmp(ks,Key[i]) == 0)
98 terror("Not finding '%s'", Key[i]);
/ast/src/lib/libast/sfio/
H A Dsftmp.c241 static ulong Key, A; local
245 if(Key == 0)
246 Key = (A >> 16) | ((A&0xffff)<<16);
247 A ^= Key;
252 Key = A*Key + 987654321;
254 Tmpcur[0], (Key>>15)&0x7fff, Key&0x7fff);

Completed in 26 milliseconds