Searched refs:a_count (Results 1 – 1 of 1) sorted by relevance
81 int a_count; member738 ctx->a_count = 0;748 ctx->accum[ ctx->a_count++ ] = c;749 if( ctx->a_count >= 254 )759 if( ctx->a_count > 0 ) {760 gdPutC( ctx->a_count, ctx->g_outfile );761 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );762 ctx->a_count = 0;
Completed in 11 milliseconds