Home | History | Annotate | Download | only in src

Lines Matching refs:reads

161   goto_number **reads = xnmalloc (ngotos, sizeof *reads);
186 reads[i] = NULL;
189 reads[i] = xnmalloc (nedges + 1, sizeof reads[i][0]);
190 memcpy (reads[i], edge, nedges * sizeof edge[0]);
191 reads[i][nedges] = END_NODE;
196 relation_digraph (reads, ngotos, &goto_follows);
199 free (reads[i]);
201 free (reads);