Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c107 #define VIMERR ((ClientData)2) macro
1553 if (instance != VIMOUT && instance != VIMERR) in tcl_channel_close()
1603 if (instance == VIMERR) in tcl_channel_output()
1719 ch2 = Tcl_CreateChannel(&tcl_channel_type, "vimerr", VIMERR, TCL_WRITABLE); in tclinit()