Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c106 #define VIMOUT ((ClientData)1) macro
1553 if (instance != VIMOUT && instance != VIMERR) in tcl_channel_close()
1600 if (instance == VIMOUT) in tcl_channel_output()
1718 ch1 = Tcl_CreateChannel(&tcl_channel_type, "vimout", VIMOUT, TCL_WRITABLE); in tclinit()