Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c1713 static Tcl_Channel ch1, ch2; in tclinit() local
1718 ch1 = Tcl_CreateChannel(&tcl_channel_type, "vimout", VIMOUT, TCL_WRITABLE); in tclinit()
1720 Tcl_SetStdChannel(ch1, TCL_STDOUT); in tclinit()
1736 Tcl_SetChannelOption(interp, ch1, "-buffering", "line"); in tclinit()
1738 Tcl_SetChannelOption(interp, ch1, "-translation", "lf"); in tclinit()