Searched refs:endlist (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libodelta/
H A Dsuftree.c125 Suftree *root, *list, *endlist; local
139 endlist = list + n;
207 if(list >= endlist)
211 else endlist = list+ALLOCSIZE;
264 if(list >= endlist)
268 else endlist = list+ALLOCSIZE;
290 if(list >= endlist)
294 else endlist = list+ALLOCSIZE;

Completed in 19 milliseconds