Searched refs:enc2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 345 enc2; /* encoding */ local in function:bdfReadCharacters 358 if (!line || (t = sscanf((char *) line, "ENCODING %d %d", &enc, &enc2)) < 1) { 362 if (enc < -1 || (t == 2 && enc2 < -1)) { 367 enc = enc2;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfread.c | 347 enc2; /* encoding */ local in function:bdfReadCharacters 360 if (!line || (t = sscanf((char *) line, "ENCODING %d %d", &enc, &enc2)) < 1) { 364 if (enc < -1 || (t == 2 && enc2 < -1)) { 369 enc = enc2;
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfread.c | 334 int enc, enc2; /* encoding */ local in function:bdfReadCharacters 348 (t = sscanf((char *) line, "ENCODING %d %d", &enc, &enc2)) < 1) { 352 if (enc < -1 || (t == 2 && enc2 < -1)) { 357 enc = enc2;
|
Completed in 6 milliseconds