Home
last modified time | relevance | path

Searched refs:batch_e (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tools/
H A Dgen_gs1_lint.php342 $batch_e = $batch_s + 100; variable
344 print "\n$tab} else if (ai < $batch_e) {\n\n";
346 print "\n{$tab}if (ai < $batch_e) {\n\n";
362 if ($ai[1] < $batch_s || $ai[0] >= $batch_e) {
366 if ($ai < $batch_s || $ai >= $batch_e) {
377 if ($ai[1] < $batch_s || $ai[0] >= $batch_e) {
381 if ($ai < $batch_s || $ai >= $batch_e) {
395 … } else if ($ai[1] + 1 == $batch_e) { // Don't need 2nd element of range if excluded by this batch
424 $last_batch_e = $batch_e;
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Ddefs.h58 typedef enum { batch_none, batch_terse, batch_verbose } batch_e; typedef
H A Dglobals.h62 EXTERN batch_e batching INIT(batch_none);