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

/xsrc/external/mit/showfont/dist/
H A Dshowfont.c78 static int first_ch = 0; /* -start: first character*/ variable in typeref:typename:int
404 first_ch = atoi(argv[i]);
433 if (first_ch != 0 && end_ch != ~0 && end_ch < first_ch) {
436 end_ch, first_ch);
459 if (first_ch != 0 &&
460 ((unsigned)first_ch >= (first.low + ((unsigned)first.high << 8)))) {
461 first.low = first_ch & 0xff;
462 first.high = first_ch >> 8;

Completed in 2 milliseconds