Lines Matching defs:section
182 sprintf(buf, "front section %d", n);
188 sprintf(buf, "back section %d", n);
202 sprintf(buf, "front barcode section %d", n);
208 sprintf(buf, "back barcode section %d", n);
222 sprintf(buf, "front patchcode section %d", n);
228 sprintf(buf, "back patchcode section %d", n);
535 fprintf(fp, "<barcode>\n <section>%s</section>\n",
1090 /* fill in the section descriptor blocks */
1274 /* a front section */
1285 /* a back section */
1379 /* a section option looks something like this:
1501 char buf[255+1], *section;
1515 section = strtok(buf, ",");
1516 while (section != NULL && sectnum < NUM_SECTIONS)
1518 if (!allblank(section))
1524 status = section_parse(section, &s->sections[sectnum],
1529 "setup_sections: error parsing section `%s'\n",
1530 section);
1536 section += strlen(section) + 1;
1537 if (section > buf + strlen(val)) break;
1539 section = strtok(section, ",");
1606 /* add image section reads to the readlist */
1650 /* add barcode section reads to the readlist */
1682 /* add patchcode section reads to the readlist */
2263 /* section border error; border is outside the main window */