Searched refs:a_count (Results 1 – 1 of 1) sorted by relevance
81 int a_count; member752 ctx->a_count = 0;762 ctx->accum[ ctx->a_count++ ] = c;763 if( ctx->a_count >= 254 )773 if( ctx->a_count > 0 ) {774 gdPutC( ctx->a_count, ctx->g_outfile );775 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );776 ctx->a_count = 0;
Completed in 7 milliseconds