NumAlt            228 lib/gocr/database.c       for(i=0;i<px->num_ac && i<NumAlt;i++)
NumAlt             99 lib/gocr/gocr.h     wchar_t tac[NumAlt]; /* alternative chars, only used by setac(),getac() */
NumAlt            100 lib/gocr/gocr.h     int     wac[NumAlt]; /* weight of alternative chars */
NumAlt            101 lib/gocr/gocr.h     char   *tas[NumAlt]; /* alternative UTF8-strings or XML codes if tac[]=0 */
NumAlt             70 lib/gocr/output.c       for(i=0;i<px->num_ac && i<NumAlt;i++)
NumAlt            264 lib/gocr/pgm2asc.c   if (b->num_ac > NumAlt || b->num_ac<0) {
NumAlt            317 lib/gocr/pgm2asc.c   if (b->num_ac<NumAlt-1) b->num_ac++; /* enlarge table */
NumAlt            336 lib/gocr/pgm2asc.c   if ((!b) || b->num_ac > NumAlt || b->num_ac<0) {
NumAlt            379 lib/gocr/pgm2asc.c   if (b->num_ac<NumAlt-1) b->num_ac++; /* enlarge table */
NumAlt            402 lib/gocr/pgm2asc.c   if (b->num_ac > NumAlt || b->num_ac<0) {