Searched refs:icondirs (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c764 struct icondir *icondirs;
784 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs);
788 icondirs[i].width = getc (e);
789 icondirs[i].height = getc (e);
790 icondirs[i].colorcount = getc (e);
792 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename);
793 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename);
794 icondirs[i].bytes = get_long (e, real_filename);
795 icondirs[
762 struct icondir *icondirs; local
1164 struct icondir *icondirs; local
[all...]

Completed in 109 milliseconds