D | gun.c | 151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 152 last = have ? (have--, (int)(*next++)) : -1) 171 if (chunk > have) { \ 172 chunk -= have; \ 173 have = 0; \ 177 if (chunk > have) { \ 178 chunk = have = 0; \ 182 have -= chunk; \ 196 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, in lunpipe() argument 377 unsigned have, flags, len; in gunpipe() local [all …]
|