Searched refs:temp_node (Results 1 – 1 of 1) sorted by relevance
133 struct slist *temp_node = TT.slist_head; in do_fcut() local149 if (temp_node) { in do_fcut()152 if (!temp_node) break; in do_fcut()153 start = temp_node->start; in do_fcut()175 if ((temp_node->end < 0) || !buff) break; in do_fcut()176 } while(start <= temp_node->end); in do_fcut()177 temp_node = temp_node->next; in do_fcut()194 struct slist *temp_node = TT.slist_head; in do_bccut() local196 if (temp_node != NULL) { in do_bccut()200 if (!temp_node) break; in do_bccut()[all …]