Lines Matching defs:howmuch
82 size_t howmuch, winlen;
87 howmuch = 4 - CUROFF(pb);
89 howmuch = p9pbuf_get_len(pb) - CUROFF(pb);
91 if (puffs_framebuf_reserve_space(pb, howmuch) == -1)
94 while (howmuch) {
95 winlen = howmuch;
107 howmuch -= n;
127 size_t winlen, howmuch;
136 howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
137 while (howmuch) {
138 winlen = howmuch;
150 howmuch -= n;