Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c201 if (part < PART_COUNT) in ch_log_lead()
220 ch_log_lead("", ch, PART_COUNT); in ch_log()
241 ch_log_lead("ERR ", ch, PART_COUNT); in ch_error()
319 for (part = PART_SOCK; part < PART_COUNT; ++part) in add_channel()
1170 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_set_options()
1181 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_set_options()
1685 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_buffer_free()
3853 ch_part_T part = PART_COUNT; in common_channel_read()
3879 if (part == PART_COUNT) in common_channel_read()
3977 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_handle_events()
[all …]
H A Dstructs.h2206 PART_COUNT, enumerator
2267 chanpart_T ch_part[PART_COUNT]; // info for socket, out, err and in
H A Djob.c1316 for (part = PART_OUT; part < PART_COUNT; ++part) in job_start()
H A Dterminal.c7380 for (part = PART_OUT; part < PART_COUNT; ++part) in term_report_winsize()
7386 if (part < PART_COUNT && mch_report_winsize(fd, rows, cols) == OK) in term_report_winsize()
H A Deval.c4881 for (part = PART_SOCK; part < PART_COUNT; ++part) in set_ref_in_item()