Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c300 static int next_ch_id = 0; variable
316 channel->ch_id = next_ch_id++; in add_channel()