Lines Matching defs:more
37 * GNU General Public License for more details.
1776 int more;
1790 more = 0;
1808 more++;
1811 if (more)
1812 printf(" (%d more attrs not shown)\n",more);
1823 int more;
1825 more = 0;
1846 more++;
1851 if (more)
1852 printf(" (%d more attrs not shown)\n",more);
2235 BOOL more;
2240 more = FALSE;
2263 more = TRUE;
2266 if (more)
2268 } while (more);
2447 * greater than a block size (for actions overlapping more than
3073 * Probably not needed any more, use ctx->vol
3367 int more;
3378 more = size - total;
3379 if (more > nextspace)
3380 more = nextspace;
3385 moredata + blkheadsz, more);
3387 total += more;
3725 printf("block %d is more recent than block %d\n",
3984 /* The latest buf may be more recent
4053 /* The latest buf may be more recent than restart */
4132 fprintf(stderr," -v : show more information (-vv yet more)\n");