Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c3720 int timeout_arg, in channel_read_json_block() argument
3757 timeout = timeout_arg; in channel_read_json_block()
3779 timeout = timeout_arg; in channel_read_json_block()
3781 else if (timeout > timeout_arg) in channel_read_json_block()
3782 timeout = timeout_arg; in channel_read_json_block()
3788 if (timeout == timeout_arg) in channel_read_json_block()