Lines Matching defs:bit
123 unsigned bit;
126 bit = fscanf(stdin, "%255s \"%1023[^\"]\" \"%1023[^\"]\"\n",
134 if (bit != 3) {
139 bit = 0;
178 sprintf(out, "#define FLAG_%s (1<<%d)\n", flist->lopt->command, bit);
181 aflist->lopt->command, bit);
185 bit++;
191 sprintf(out, "#define FLAG_%c (1<<%d)\n", *aflist->command, bit);
194 *aflist->command, bit);
195 bit++;