Lines Matching defs:mode
255 enum cc_mode mode;
271 ctx->mode = CCMODE_ROLLUP;
306 ctx->mode = CCMODE_ROLLUP;
398 switch (ctx->mode) {
417 if (ctx->mode == CCMODE_TEXT)
664 // In buffered mode, keep writing to screen until it is wiped.
672 // In realtime mode, emit an empty caption so the last one doesn't
686 // In buffered mode, we wait til the *next* EOC and
693 // In realtime mode, we display the buffered contents (after
738 if (ctx->mode != CCMODE_POPON)
771 ctx->mode = CCMODE_POPON;
780 ctx->mode = CCMODE_ROLLUP;
784 ctx->mode = CCMODE_PAINTON;
788 ctx->mode = CCMODE_TEXT;
804 // Only in realtime mode. In buffered mode, we re-use the inactive screen
875 if (!ctx->real_time && ctx->mode == CCMODE_POPON)