Searched refs:PART_SOCK (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | channel.c | 1390 if (part == PART_SOCK) in ch_close_part() 2586 part == PART_SOCK ? PART_SOCK : PART_IN, in channel_exe_cmd() 3100 if (part == PART_SOCK) in channel_part_info() 4089 if (part == PART_SOCK) in channel_send() 4643 part = PART_SOCK; in channel_parse_messages() 4668 part = PART_SOCK; in channel_parse_messages() 4677 part = PART_SOCK; in channel_parse_messages() 4712 part = PART_SOCK; in channel_any_readahead() 4747 return PART_SOCK; in channel_part_send() 4758 return PART_SOCK; in channel_part_read() [all …]
|
| H A D | netbeans.c | 383 node = channel_peek(nb_channel, PART_SOCK); in netbeans_parse_messages() 394 if (channel_collapse(nb_channel, PART_SOCK, TRUE) == FAIL) in netbeans_parse_messages() 407 buffer = channel_get(nb_channel, PART_SOCK, NULL); in netbeans_parse_messages() 425 channel_consume(nb_channel, PART_SOCK, (int)(p - buffer)); in netbeans_parse_messages() 766 channel_send(nb_channel, PART_SOCK, (char_u *)buf, in nb_send()
|
| H A D | structs.h | 2196 PART_SOCK = 0, enumerator 2197 #define CH_SOCK_FD CH_PART_FD(PART_SOCK)
|
| H A D | eval.c | 4881 for (part = PART_SOCK; part < PART_COUNT; ++part) in set_ref_in_item()
|