Home
last modified time | relevance | path

Searched defs:head (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/testdir/sautest/autoload/
H A Dfoo.vim9 func foo#addFoo(head) argument
/vim-8.2.3635/src/
H A Dchannel.c1505 cbq_T *head = &channel->ch_part[part].ch_cb_head; in channel_set_req_callback() local
1802 readq_T *head = &channel->ch_part[part].ch_head; in channel_peek() local
1832 readq_T *head = &channel->ch_part[part].ch_head; in channel_get() local
1858 readq_T *head = &channel->ch_part[part].ch_head; in channel_get_all() local
1930 readq_T *head = &channel->ch_part[part].ch_head; in channel_consume() local
1947 readq_T *head = &channel->ch_part[part].ch_head; in channel_collapse() local
2010 readq_T *head = &channel->ch_part[part].ch_head; in channel_save() local
2127 jsonq_T *head = &chanpart->ch_json_head; in channel_parse_json() local
2271 remove_cb_node(cbq_T *head, cbq_T *node) in remove_cb_node()
2288 remove_json_node(jsonq_T *head, jsonq_T *node) in remove_json_node()
[all …]
H A Dos_win32.c343 int head; in read_console_input() local
6326 char_u *head) in get_seq()
6352 char_u *head) in get_sgr()
6364 char_u *head, in sgrn2()
6379 char_u *head, in sgrnc()
6406 char_u *head, in sgrn2c()
6421 char_u *head, in sgrn2cn()
H A Dif_xcmdsrv.c183 static x_queue_T head = {NULL, 0, NULL, NULL}; variable
H A Dcharset.c1230 int head; in getvcol() local
H A Dmisc2.c136 int head = 0; in coladvance2() local
H A Dstrings.c1591 char_u *head; in f_trim() local
H A Dtag.c1248 char_u *head; // start of pattern head member
/vim-8.2.3635/src/xdiff/
H A Dxtypes.h34 chanode_t *head, *tail; member