Lines Matching defs:ctxt
435 /// @param ctxt the context to initialize.
437 set_diff_context(diff_context_sptr& ctxt)
439 ctxt->default_output_stream(&cerr);
440 ctxt->error_output_stream(&cerr);
443 ctxt->switch_categories_off
748 diff_context_sptr ctxt(new diff_context);
749 set_diff_context(ctxt);
750 ctxt->show_locs(opts.show_locs);
752 corpus_diff_sptr diff = compute_diff(corp, corp2, ctxt);
879 const xml_writer::write_context_sptr& ctxt
881 set_common_options(*ctxt, opts);
897 set_ostream(*ctxt, of);
899 exit_code = !write_corpus_group(*ctxt, group, 0);
911 exit_code = !write_corpus_group(*ctxt, group, 0);