Lines Matching defs:batch
115 {"batch", optional_argument, NULL, 'b'},
116 {"batch-count", required_argument, NULL, OPTION_BATCH_COUNT},
117 {"batch-start", required_argument, NULL, OPTION_BATCH_START_AT},
118 {"batch-double", no_argument, NULL, OPTION_BATCH_DOUBLE},
119 {"batch-increment", required_argument, NULL, OPTION_BATCH_INCREMENT},
120 {"batch-print", no_argument, NULL, OPTION_BATCH_PRINT},
121 {"batch-prompt", no_argument, NULL, OPTION_BATCH_PROMPT},
2092 int batch = 0;
2131 /* This may have already been set by the batch-count flag */
2132 batch = 1;
2182 batch = 1;
2375 -b, --batch[=FORMAT] working in batch mode, FORMAT is `out%%d.pnm' `out%%d.tif'\n\
2379 --batch-start=# page number to start naming files with\n\
2380 --batch-count=# how many pages to scan in batch mode\n\
2381 --batch-increment=# increase page number in filename by #\n\
2382 --batch-double increment page number by two, same as\n\
2383 --batch-increment=2\n\
2384 --batch-print print image filenames to stdout\n\
2385 --batch-prompt ask for pressing a key before scanning a page\n");
2390 This option is incompatible with --batch.\n\
2401 if (batch && output_file != NULL)
2403 fprintf(stderr, "--batch and --output-file can't be used together.\n");
2666 if (batch && NULL == format)
2691 if (!batch)
2713 if (batch)
2736 if (batch) /* format is NULL unless batch mode */
2747 if (batch)
2807 if (batch)
2845 if (batch)
2856 if (batch)
2907 if (batch)
2936 while ((batch
2940 if (batch)
2960 if (batch