Searched refs:mergedtail (Results 1 – 1 of 1) sorted by relevance
76 mergedtail = NULL, // tail pointer of mergedlist in join() local116 mergedtail->next_result = current; /* append */ in join()117 mergedtail = current; /* point to last entry found */ in join()121 if (mergedtail) mergedtail->next_result = NULL; /* set end to null */ in join()