Home
last modified time | relevance | path

Searched refs:curout (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_mzsch.c788 static Scheme_Object *curout = NULL; variable
1020 MZ_REGISTER_STATIC(curout); in startup_mzscheme()
1264 curout = scheme_make_byte_string_output_port(); in mzscheme_init()
1268 scheme_set_param(config, MZCONFIG_OUTPUT_PORT, curout); in mzscheme_init()
1325 scheme_display(value, curout); // Send to stdout-vim in eval_with_exn_handling()
1607 buff = scheme_get_sized_byte_string_output(curout, &length); in do_flush()