Searched refs:GETCHAR (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcodex/
H A Dcode-qp.c55 #define GETCHAR(p) ((p)->bp < (p)->be ? (int)*(p)->bp++ : fill(p)) macro
129 switch (c = GETCHAR(state))
132 if ((c = GETCHAR(state)) == '\n')
134 if ((d = state->xeh[c]) != EOF && (c = state->xeh[GETCHAR(state)]) != EOF)
H A Dcode-uu.c96 #define GETCHAR(p) ((p)->bp < (p)->be ? (int)*(p)->bp++ : fill(p)) macro
279 switch (c = GETCHAR(state))
292 if ((c = GETCHAR(state)) == EOF)
297 if ((c = GETCHAR(state)) == EOF)
302 if ((c = GETCHAR(state)) == EOF)
330 while ((c = state->map[GETCHAR(state)]) >= 64)
334 while ((c = state->map[GETCHAR(state)]) >= 64)
342 while ((c = state->map[GETCHAR(state)]) >= 64)
355 while ((c = state->map[GETCHAR(state)]) >= 64)
/ast/src/cmd/codexlib/lzd/
H A Dlzd.c61 #define GETCHAR(p) ((p)->ip < (p)->ie ? (int)*(p)->ip++ : fill(p)) macro
86 state->bitbuf |= GETCHAR(state) << state->bitcount;
/ast/src/cmd/codexlib/lzh/
H A Dlzh.c108 #define GETCHAR(p) ((p)->ip < (p)->ie ? (int)*(p)->ip++ : fill(p)) macro
136 state->bitbuf |= GETCHAR(state);
962 state->flag = GETCHAR(state);
965 c = GETCHAR(state);
969 c = GETCHAR(state);

Completed in 15 milliseconds