Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c2180 item->jq_next = NULL; in channel_parse_json()
2182 head->jq_next = item; in channel_parse_json()
2291 head->jq_next = node->jq_next; in remove_json_node()
2293 node->jq_prev->jq_next = node->jq_next; in remove_json_node()
2294 if (node->jq_next == NULL) in remove_json_node()
2399 item = item->jq_next; in channel_get_json()
2420 item = item->jq_next; in channel_push_json()
2442 newitem->jq_next = NULL; in channel_push_json()
2452 newitem->jq_next = item->jq_next; in channel_push_json()
2453 item->jq_next = newitem; in channel_push_json()
[all …]
H A Dstructs.h2161 jsonq_T *jq_next; member
H A Deval.c4883 for (jq = ch->ch_part[part].ch_json_head.jq_next; jq != NULL; in set_ref_in_item()
4884 jq = jq->jq_next) in set_ref_in_item()