| /xsrc/external/mit/xkbevd/dist/ |
| tokens.h | 54 #define DOT 51
|
| cfgparse.y | 52 DOT 51
|
| cfgscan.c | 133 case DOT: 134 snprintf(buf, sizeof(buf), "DOT"); 462 rtrn = DOT;
|
| cfgparse.c | 140 DOT = 51, /* DOT */ 179 #define DOT 51 245 YYSYMBOL_DOT = 24, /* DOT */ 675 "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", "COMMA", "SEMI",
|
| /xsrc/external/mit/xkbcomp/dist/ |
| tokens.h | 78 #define DOT 51
|
| xkbparse.y | 73 DOT 51 686 | FieldSpec DOT FieldSpec 703 | FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET
|
| xkbscan.c | 212 case DOT: 213 snprintf(buf, sizeof(buf), "DOT"); 729 rtrn = DOT;
|
| xkbparse.c | 168 DOT = 51, /* DOT */ 238 #define DOT 51 357 YYSYMBOL_DOT = 47, /* DOT */ 879 "OBRACE", "CBRACE", "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", 2831 case 164: /* Lhs: FieldSpec DOT FieldSpec */ 2856 case 166: /* Lhs: FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET */
|
| /xsrc/external/mit/font-arabic-misc/dist/ |
| uniarab.txt | 73 E622;ARABIC LETTER DAL WITH DOT BELOW ISOLATED FORM;Lo;0;R;<isolated> 068A;;;;N;;;;; 74 E623;ARABIC LETTER DAL WITH DOT BELOW FINAL FORM;Lo;0;R;<final> 068A;;;;N;;;;; 75 E624;ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH ISOLATED FORM;Lo;0;R;<isolated> 068B;;;;N;;;;; 76 E625;ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH FINAL FORM;Lo;0;R;<final> 068B;;;;N;;;;; 85 E62E;ARABIC LETTER REH WITH DOT BELOW ISOLATED FORM;Lo;0;R;<isolated> 0694;;;;N;;;;; 86 E62F;ARABIC LETTER REH WITH DOT BELOW FINAL FORM;Lo;0;R;<final> 0694;;;;N;;;;; 89 E632;ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE ISOLATED FORM;Lo;0;R;<isolated> 0696;;;;N;;;;; 90 E633;ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE FINAL FORM;Lo;0;R;<final> 0696;;;;N;;;; [all...] |
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| tr.orth | 46 0130 LATIN CAPITAL LETTER I WITH DOT ABOVE
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| program_parse.tab.h | 160 DOT = 361 /* DOT */
|
| lex.yy.c | 1168 return DOT; \ 2452 { return DOT; }
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| program_parse.tab.h | 154 DOT = 361
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| i965_gram.y | 362 %token DOT 480 %nonassoc DOT 1788 DOT exp { $$ = $2; } 2126 | DOT writemask_x writemask_y writemask_z writemask_w 2157 | DOT chansel 2161 | DOT chansel chansel chansel chansel 2200 | DOT X { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_X; } 2201 | DOT Y { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Y; } 2202 | DOT Z { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Z; } 2203 | DOT W { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_W; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| program_lexer.l | 63 return DOT; \ 166 dot "."[ \t]* 243 {dot}ambient { return AMBIENT; } 244 {dot}attenuation { return ATTENUATION; } 245 {dot}back { return BACK; } 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); } 247 {dot}color { return COLOR; } 248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); } 249 {dot}diffuse { return DIFFUSE; } 250 {dot}direction { return DIRECTION; [all...] |
| program_parse.y | 205 %token DOT
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| program_lexer.l | 63 return DOT; \ 166 dot "."[ \t]* 243 {dot}ambient { return AMBIENT; } 244 {dot}attenuation { return ATTENUATION; } 245 {dot}back { return BACK; } 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); } 247 {dot}color { return COLOR; } 248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); } 249 {dot}diffuse { return DIFFUSE; } 250 {dot}direction { return DIRECTION; [all...] |
| program_parse.y | 197 %token DOT
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| stex3d.c | 142 #define DOT(a,b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) 225 s = DOT(v, v);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| read.c | 556 else if (result == DOT) 557 READ_ERROR0("dot allowed only on lists"); 994 int dot = 0; local 1005 if (object == DOT) 1016 if (object == DOT) { 1020 if (dot) 1022 dot = 1; 1025 if (dot) { 1026 /* only one object after a dot */ 1027 if (++dot > 2 1388 int dot = 0; local [all...] |
| internal.h | 157 #define DOT (LispObj*)0x00000021 164 ((object) == NULL || (object) == EOLIST || (object) == DOT)
|
| compile.c | 283 * . ; the DOT object as a label 327 ComLabel(com, DOT); 355 tree->data.object = DOT;
|
| write.c | 874 else if (object == DOT) 875 string = "#<DOT>";
|
| /xsrc/external/mit/libvdpau/dist/ |
| configure | 643 DOT 9289 # MS-DOS does not allow filenames that begin with a dot. 17271 # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args. 17272 set dummy ${ac_tool_prefix}dot; ac_word=$2 17278 if test -n "$DOT"; then 17279 ac_cv_prog_DOT="$DOT" # Let the user override the test. 17288 ac_cv_prog_DOT="${ac_tool_prefix}dot" 17298 DOT=$ac_cv_prog_DOT 17299 if test -n "$DOT"; then 17300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOT" >& [all...] |
| /xsrc/external/mit/libxcb/dist/ |
| configure | 750 DOT 969 DOT 1695 DOT Path to the dot graphics utility 9892 # MS-DOS does not allow filenames that begin with a dot. 20726 # Extract the first word of "dot", so it can be a program name with args. 20727 set dummy dot; ac_word=$2 20734 case $DOT in 20736 ac_cv_path_DOT="$DOT" # Let the user override the test with a path. 20761 DOT=$ac_cv_path_DO [all...] |