Searched refs:scanBuf (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbscan.c | 51 char scanBuf[1024]; variable in typeref:typename:char[1024] 225 snprintf(buf, sizeof(buf), "STRING (%s)", scanBuf); 235 snprintf(buf, sizeof(buf), "IDENT (%s)", scanBuf); 238 snprintf(buf, sizeof(buf), "KEYNAME (%s)", scanBuf); 390 if (i < sizeof(scanBuf) - 1) 391 scanBuf[i++] = ch; 393 scanBuf[i] = '\0'; 467 if (i < sizeof(scanBuf) - 1) 468 scanBuf[i++] = ch; 470 scanBuf[ [all...] |
| H A D | xkbparse.y | 313 $$= &IncludeCreate(scanBuf,MergeDefault)->common; 316 $$= &IncludeCreate(scanBuf,$1)->common; 727 KeySym : IDENT { $$= strdup(scanBuf); } 754 KeyName : KEYNAME { $$= strdup(scanBuf); } 757 Ident : IDENT { $$= XkbInternAtom(NULL,scanBuf,False); } 761 String : STRING { $$= XkbInternAtom(NULL,scanBuf,False); } 768 MapName : STRING { $$= strdup(scanBuf); } 778 (void)fprintf(stderr,"last scanned symbol is: %s\n",scanBuf);
|
| H A D | parseutils.h | 36 extern char scanBuf[1024];
|
| H A D | xkbparse.c | 2052 (yyval.any)= &IncludeCreate(scanBuf,MergeDefault)->common; 2055 (yyval.any)= &IncludeCreate(scanBuf,(yyvsp[-1].uval))->common; 2871 { (yyval.str)= strdup(scanBuf); } 2934 { (yyval.str)= strdup(scanBuf); } 2940 { (yyval.sval)= XkbInternAtom(NULL,scanBuf,False); } 2952 { (yyval.sval)= XkbInternAtom(NULL,scanBuf,False); } 2970 { (yyval.str)= strdup(scanBuf); } 3177 (void)fprintf(stderr,"last scanned symbol is: %s\n",scanBuf);
|
Completed in 16 milliseconds