Lines Matching +defs:token +defs:count
338 char token[BUFSIZ];
347 int count = -1;
351 int ntok = sscanf(buf, "%1023s %1023s", keyword, token);
369 count = 0;
379 if ((state != 1) || (count != 9)) {
406 count = 0;
416 if ((state != 1) || (count != 9)) {
445 count = 0;
455 if ((state != 1) || (count != 3)) {
482 if (++count > 9) {
490 if (++count > 3) {
542 int count = 0;
568 "Line %d: count %d < 0 for Intensity Table.\n",
644 count = 0;
647 if ((state != 1) || (count != size)) {
706 if (++count > size) {
744 unsigned int count;
748 count = pTbl->nEntries;
749 **pCard8 = count - 1;
751 for (; count; count--, pIRec++) {
763 unsigned int count;
767 count = pTbl->nEntries;
768 **pCard8 = count - 1;
770 for (; count; count--, pIRec++) {
780 unsigned int count;
784 count = pTbl->nEntries;
785 **pCard16 = count - 1;
787 for (; count; count--, pIRec++) {
799 unsigned int count;
803 count = pTbl->nEntries;
804 **pCard16 = count - 1;
806 for (; count; count--, pIRec++) {
816 unsigned int count;
820 count = pTbl->nEntries;
821 **pCard32 = count - 1;
823 for (; count; count--, pIRec++) {
835 unsigned int count;
839 count = pTbl->nEntries;
840 **pCard32 = count - 1;
842 for (; count; count--, pIRec++) {
852 int count;
863 for (count = 0; count < 9; count++) {
867 for (count = 0; count < 9; count++) {
1176 for (int count = 0; count < 3; count++) {