Searched refs:KEYNAME (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h64 #define KEYNAME 64 macro
H A Dcfgparse.y61 KEYNAME 64
H A Dcfgscan.c162 case KEYNAME:
163 snprintf(buf, sizeof(buf), "KEYNAME (%s)", scanStr);
320 return KEYNAME;
H A Dcfgparse.c149 KEYNAME = 64 /* KEYNAME */ enumerator in enum:yytokentype
188 #define KEYNAME 64 macro
254 YYSYMBOL_KEYNAME = 33, /* KEYNAME */
676 "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT", "IDENT", "KEYNAME",
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h88 #define KEYNAME 64 macro
H A Dxkbscan.c237 case KEYNAME:
238 snprintf(buf, sizeof(buf), "KEYNAME (%s)", scanBuf);
474 return KEYNAME;
H A Dxkbparse.y82 KEYNAME 64
754 KeyName : KEYNAME { $$= strdup(scanBuf); }
H A Dxkbparse.c177 KEYNAME = 64, /* KEYNAME */ enumerator in enum:yytokentype
247 #define KEYNAME 64 macro
366 YYSYMBOL_KEYNAME = 56, /* KEYNAME */
877 "IDENT", "KEYNAME", "PARTIAL", "DEFAULT", "HIDDEN", "ALPHANUMERIC_KEYS",
2932 case 181: /* KeyName: KEYNAME */

Completed in 74 milliseconds