Lines Matching refs:current_section
207 int current_section;
215 const ASSSection *section = &ass_sections[ctx->current_section];
257 const ASSSection *section = &ass_sections[ctx->current_section];
258 int *number = &ctx->field_number[ctx->current_section];
259 int *order = ctx->field_order[ctx->current_section];
264 ctx->current_section = -1;
276 ctx->current_section = i;
277 section = &ass_sections[ctx->current_section];
278 number = &ctx->field_number[ctx->current_section];
279 order = ctx->field_order[ctx->current_section];
303 ctx->field_order[ctx->current_section] = order;
318 ctx->field_order[ctx->current_section] = order;
362 if (ctx->current_section >= 0)
371 ctx->current_section = i;
389 ctx->current_section = -1;