Lines Matching defs:howmuch
96 size_t howmuch, winlen;
101 howmuch = 4 - CUROFF(pb);
103 howmuch = psbuf_get_len(pb) - (CUROFF(pb) - 4);
105 if (puffs_framebuf_reserve_space(pb, howmuch) == -1)
108 while (howmuch) {
109 winlen = howmuch;
121 howmuch -= n;
142 size_t winlen, howmuch;
152 howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
153 while (howmuch) {
154 winlen = howmuch;
166 howmuch -= n;