Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c1633 static Tcl_ChannelType tcl_channel_type = variable
1718 ch1 = Tcl_CreateChannel(&tcl_channel_type, "vimout", VIMOUT, TCL_WRITABLE); in tclinit()
1719 ch2 = Tcl_CreateChannel(&tcl_channel_type, "vimerr", VIMERR, TCL_WRITABLE); in tclinit()