Lines Matching defs:check
133 struct double_list *plist, *buf = NULL, *check;
183 check = dlist_add(&buf, data);
195 if (!plist || lcmp(check->data, plist->data+1)) {
204 while (plist->data[bug] == check->data[bug]) bug++;
206 check->data[bug], plist->data);
217 do_line(check = dlist_pop(&buf));
223 check = buf;
229 check = check->next;
230 if (check == buf) break;