| /xsrc/external/mit/xterm/dist/ |
| H A D | charclass.c | 48 * user will be appended. A special class code IDENT (default) marks 111 SetCharacterClassRange(160, 191, IDENT); 113 SetCharacterClassRange(215, 215, IDENT); 114 SetCharacterClassRange(247, 247, IDENT); 118 SetCharacterClassRange(0x037e, 0x037e, IDENT); /* Greek question mark */ 119 SetCharacterClassRange(0x0387, 0x0387, IDENT); /* Greek ano teleia */ 120 SetCharacterClassRange(0x055a, 0x055f, IDENT); /* Armenian punctuation */ 121 SetCharacterClassRange(0x0589, 0x0589, IDENT); /* Armenian full stop */ 122 SetCharacterClassRange(0x0700, 0x070d, IDENT); /* Syriac punctuation */ 123 SetCharacterClassRange(0x104a, 0x104f, IDENT); /* Myanma [all...] |
| H A D | charclass.h | 39 IDENT = -1, enumerator in enum:__anone4e641e20103
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | tokens.h | 63 #define IDENT 63 macro
|
| H A D | cfgparse.y | 60 IDENT 63 184 Ident : IDENT { $$= scanStr; scanStr= NULL; }
|
| H A D | cfgscan.c | 159 case IDENT: 160 snprintf(buf, sizeof(buf), "IDENT (%s)", scanStr); 367 rtrn = IDENT;
|
| H A D | cfgparse.c | 148 IDENT = 63, /* IDENT */ enumerator in enum:yytokentype 187 #define IDENT 63 macro 253 YYSYMBOL_IDENT = 32, /* IDENT */ 676 "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT", "IDENT", "KEYNAME", 1419 case 24: /* Ident: IDENT */
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | tokens.h | 87 #define IDENT 63 macro
|
| H A D | xkbscan.c | 234 case IDENT: 235 snprintf(buf, sizeof(buf), "IDENT (%s)", scanBuf); 582 int rtrn = IDENT; 605 rtrn = IDENT;
|
| H A D | xkbparse.y | 81 IDENT 63 727 KeySym : IDENT { $$= strdup(scanBuf); } 757 Ident : IDENT { $$= XkbInternAtom(NULL,scanBuf,False); }
|
| H A D | xkbparse.c | 176 IDENT = 63, /* IDENT */ enumerator in enum:yytokentype 246 #define IDENT 63 macro 365 YYSYMBOL_IDENT = 55, /* IDENT */ 877 "IDENT", "KEYNAME", "PARTIAL", "DEFAULT", "HIDDEN", "ALPHANUMERIC_KEYS", 2869 case 171: /* KeySym: IDENT */ 2938 case 182: /* Ident: IDENT */
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| H A D | localuser.md | 11 environment variable or IDENT protocol response). It is expected many systems
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | def.h | 89 #define IDENT 11 macro
|
| H A D | parse.c | 91 case IDENT: 256 case IDENT: 664 case IDENT:
|