Lines Matching defs:link
116 ** link: defines the sublink of the locus of the prefix
122 register Suftree *match, *clocus, *locus, *link;
182 link = LINK(clocus);
187 /* find a child of link that starts with the
191 match = child_find(link,*rescan);
194 /* clocus will be the parent of the new link */
195 clocus = link;
200 link = match;
226 CHILD(link) = list;
227 link = list++;
234 LINK(locus) = link;
237 locus = link;