Searched refs:IDENT (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dcharclass.c48 * 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 Dcharclass.h39 IDENT = -1, enumerator in enum:__anone4e641e20103
/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h63 #define IDENT 63 macro
H A Dcfgparse.y60 IDENT 63
184 Ident : IDENT { $$= scanStr; scanStr= NULL; }
H A Dcfgscan.c159 case IDENT:
160 snprintf(buf, sizeof(buf), "IDENT (%s)", scanStr);
367 rtrn = IDENT;
H A Dcfgparse.c148 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 Dtokens.h87 #define IDENT 63 macro
H A Dxkbscan.c234 case IDENT:
235 snprintf(buf, sizeof(buf), "IDENT (%s)", scanBuf);
582 int rtrn = IDENT;
605 rtrn = IDENT;
H A Dxkbparse.y81 IDENT 63
727 KeySym : IDENT { $$= strdup(scanBuf); }
757 Ident : IDENT { $$= XkbInternAtom(NULL,scanBuf,False); }
H A Dxkbparse.c176 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 Dlocaluser.md11 environment variable or IDENT protocol response). It is expected many systems
/xsrc/external/mit/makedepend/dist/
H A Ddef.h89 #define IDENT 11 macro
H A Dparse.c91 case IDENT:
256 case IDENT:
664 case IDENT:

Completed in 14 milliseconds