Home | History | Annotate | Download | only in tzcode

Lines Matching defs:links

13  * links to be handled correctly. */
302 static struct link * links;
734 ** Make links.
737 eat(links[i].l_filename, links[i].l_linenum);
738 dolink(links[i].l_from, links[i].l_to);
740 emit_icu_link(icuFile, links[i].l_from, links[i].l_to);
744 if (strcmp(links[i].l_to,
745 links[j].l_from) == 0)
1388 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc);
1389 links[nlinks++] = l;
1690 ** Remove old file, if any, to snap links.