Searched refs:newsymcount (Results 1 – 2 of 2) sorted by relevance
169 long symcount, newsymalloc, newsymcount; in main() local458 newsymcount = 0; in main()577 if (newsymcount >= newsymalloc) in main()585 newsyms[newsymcount] = in main()587 *newsyms[newsymcount] = *sym; in main()588 newsyms[newsymcount]->name = l->string; in main()589 ++newsymcount; in main()681 if (newsymcount == 0) in main()685 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1) in main()688 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *)); in main()[all …]
3454 * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and