Searched refs:special_key (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h368 /* keyFlavor */ int special_key,
370 virtual mach_port_t specialKeyPort(int special_key);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2159 /* keyFlavor */ int special_key,
2162 if ( special_key >= 0 && special_key < NX_NUM_SCANNED_SPECIALKEYS )
2163 _specialKeyPort[special_key] = key_port;
2167 mach_port_t IOHIDSystem::specialKeyPort(int special_key) argument
2169 if ( special_key >= 0 && special_key < NX_NUM_SCANNED_SPECIALKEYS )
2170 return _specialKeyPort[special_key];
2158 setSpecialKeyPort( int special_key, mach_port_t key_port) argument
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c178 static struct special_key struct

Completed in 90 milliseconds