Home | History | Annotate | Download | only in tzcode

Lines Matching refs:links

36  * links to be handled correctly. */
306 static struct link * links;
717 ** Make links.
720 eat(links[i].l_filename, links[i].l_linenum);
721 dolink(links[i].l_from, links[i].l_to);
723 emit_icu_link(icuFile, links[i].l_from, links[i].l_to);
727 if (strcmp(links[i].l_to,
728 links[j].l_from) == 0)
1381 links = (struct link *) (void *) erealloc((char *) links,
1382 (int) ((nlinks + 1) * sizeof *links));
1383 links[nlinks++] = l;
1693 ** Remove old file, if any, to snap links.