Searched defs:Entry (Results 1 – 10 of 10) sorted by relevance
9 typedef struct Entry Entry; typedef11 struct Entry struct14 int border;15 CFont *font;16 CImage *image;17 CImage *textcolor;18 CImage *bordercolor;19 Rune *text;20 int ntext;21 int cursor;[all …]
59 typedef struct Entry Entry; typedef80 struct Entry struct94 Entry** htab; argument104 Entry* parent; argument105 Entry* hnext; argument106 Entry* hprev; argument107 Entry* fnext; argument108 Entry* fprev; argument
32 typedef struct Entry Entry; typedef33 struct Entry struct35 Avl a;36 char *name;37 struct {45 } d;
5 typedef struct Entry { struct8 } Entry; argument
66 typedef struct Entry Entry; typedef71 struct Entry { struct93 void (*printentry)(Entry, int); /* function to print entry */ argument
6 typedef struct Entry Entry; typedef110 struct Entry { struct111 u32int gen; /* generation number */112 ushort psize; /* pointer block size */113 ushort dsize; /* data block size */114 uchar depth; /* unpacked from flags */115 uchar flags;116 uvlong size;117 uchar score[VtScoreSize];118 u32int tag; /* tag for local blocks: zero if stored on Venti */[all …]
14 typedef struct Entry Entry; typedef18 struct Entry struct23 Entry *next; argument
7 typedef struct Entry Entry; typedef10 struct Entry{ struct32 Entry tbl[4096]; argument
510 typedef struct Entry Entry; typedef511 struct Entry { struct517 static Entry *entry; argument
27 Entry, enumerator