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

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXKeyboard.c42 } KeyInfo; typedef in typeref:struct:__anon13604
57 static KeyInfo keyArray[] = {
82 static KeyInfo virtualkeyArray[] = {
160 KeyInfo *kPtr;
559 KeyInfo *kPtr;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c44 } KeyInfo; typedef in typeref:struct:__anon13822
59 static KeyInfo keyArray[] = {
84 static KeyInfo virtualkeyArray[] = {
145 KeyInfo *kPtr;
491 KeyInfo *kPtr;
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dfoldkeys.c101 } KeyInfo; typedef in typeref:struct:__anon11180
106 KeyInfo info[MAX_KEYS];
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c7888 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
8062 struct KeyInfo*, /* First argument to compare function */
8226 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
8274 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
8287 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
8292 ** function should *not* try to free the KeyInfo.
8569 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
8571 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **);
10056 struct KeyInfo { struct
[all...]

Completed in 339 milliseconds