Home | History | Annotate | Download | only in src

Lines Matching full:includes

66 static goto_number **includes;
225 includes = xnmalloc (ngotos, sizeof *includes);
272 includes[i] = NULL;
276 includes[i] = xnmalloc (nedges + 1, sizeof includes[i][0]);
278 includes[i][j] = edge[j];
279 includes[i][nedges] = END_NODE;
286 relation_transpose (&includes, ngotos);
296 relation_digraph (includes, ngotos, &goto_follows);
299 free (includes[i]);
301 free (includes);