Searched defs:entries (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dpt.h70 Ptcount_t entries; member in struct:Pt_s
H A Dptv.h62 Ptvcount_t entries; member in struct:Ptv_s
/ast/src/cmd/pax/
H A Dpax-rpm.c61 uint32_t entries; member in struct:__anon185
202 num = head.entries * sizeof(Rpm_entry_t) + head.datalen;
203 message((-2, "%s: head entries=%lu datalen=%lu num=%lu", ap->name, head.entries, head.datalen, num));
H A Dpaxlib.h166 size_t entries; /* total number of entries */ member in struct:Paxarchive_s
/ast/src/cmd/paxlib/ico/
H A Dico.c66 int entries; member in struct:Ico_s
106 ico->entries = m;
127 if (ap->entry > ico->entries)
296 size = offset = ICO_HEADER + ap->entries * ICO_DIRECTORY;
/ast/src/lib/libtk/generic/
H A DtkMenu.c5 * support normal button entries, plus check buttons, radio
7 * entries.
79 XFontStruct *fontPtr; /* Text font for menu entries. NULL means
92 * button entries. NULL means use indicatorFg
105 * entries). Malloc'ed.*/
121 * Flag values defined for menu entries:
157 * Configuration specs for individual menu entries:
254 MenuEntry **entries; /* Array of pointers to all the entries member in struct:Menu
255 * in the menu. NULL means no entries
[all...]
/ast/src/cmd/dsslib/bgp/
H A Dbgp-mrt.c90 int entries; member in struct:Mrtstate_s
1412 state->entries = BE2(state->buf);
1415 sfprintf(sfstderr, " table entries %u\n", state->entries);
1680 if (state->buf >= state->end || state->entries-- <= 0)
/ast/src/cmd/ksh93/sh/
H A Dname.c104 } entries[NVCACHE]; member in struct:Namcache
1267 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1415 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1438 xp = &nvcache.entries[nvcache.index];
/ast/src/cmd/nmake/
H A Dmake.h247 #define MERGE_SCANNED (1<<5) /* MERGE_ALL but no entries|scanned */
332 #define D_entries (1<<7) /* scanned rule has entries */
576 Rule_t* entries; /* .ENTRIES rule pointer */ member in struct:Internal_s

Completed in 72 milliseconds