Home
last modified time | relevance | path

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

/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/modest/finder/
H A Dthread.c362 while(thr_dec) { in modest_finder_thread_declaratin_append()
363 if(thr_dec->entry->type == dec_entry->type) in modest_finder_thread_declaratin_append()
366 thr_dec->entry = dec_entry; in modest_finder_thread_declaratin_append()
367 thr_dec->raw_spec = *raw_spec; in modest_finder_thread_declaratin_append()
373 thr_dec = thr_dec->next; in modest_finder_thread_declaratin_append()
379 thr_dec->next = NULL; in modest_finder_thread_declaratin_append()
380 thr_dec->entry = dec_entry; in modest_finder_thread_declaratin_append()
381 thr_dec->raw_spec = *raw_spec; in modest_finder_thread_declaratin_append()
383 entry->declaration_last->next = thr_dec; in modest_finder_thread_declaratin_append()
384 thr_dec->prev = entry->declaration_last; in modest_finder_thread_declaratin_append()
[all …]