Home
last modified time | relevance | path

Searched refs:FUNCTION_KEYS (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.h109 FUNCTION_KEYS = 76, enumerator
175 #define FUNCTION_KEYS 76 macro
Dkeywords.gperf31 function_keys, FUNCTION_KEYS
Dkeywords.c286 {(int)(long)&((struct stringpool_t *)0)->stringpool_str28, FUNCTION_KEYS}, in keyword_gperf_lookup()
Dparser.y151 FUNCTION_KEYS 76
308 | FUNCTION_KEYS { $$ = MAP_HAS_FN; }
Dparser.c219 FUNCTION_KEYS = 76, enumerator
285 #define FUNCTION_KEYS 76 macro
/external/python/cpython3/Lib/idlelib/
Dconfig_key.py11 FUNCTION_KEYS = ('F1', 'F2' ,'F3' ,'F4' ,'F5' ,'F6', variable
19 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS +
289 and final_key not in FUNCTION_KEYS + MOVE_KEYS):
294 FUNCTION_KEYS + MOVE_KEYS + ('Tab', 'Space')):