Searched refs:a_count (Results 1 – 1 of 1) sorted by relevance
81 int a_count; member724 ctx->a_count = 0;734 ctx->accum[ ctx->a_count++ ] = c;735 if( ctx->a_count >= 254 )745 if( ctx->a_count > 0 ) {746 gdPutC( ctx->a_count, ctx->g_outfile );747 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );748 ctx->a_count = 0;
Completed in 6 milliseconds