Lines Matching refs:Entry
63 } EntryRec, *Entry;
68 Entry *entries;
82 d->entries = (Entry *)psw_calloc(sizeof(EntryRec), d->nEntries);
101 static Entry Probe(PSWDict d, int x, char *name)
103 register Entry e;
110 static Entry PrevProbe(Entry *prev, PSWDict d, int x, char *name)
112 register Entry e;
124 Entry e;
134 Entry e;
141 e = (Entry)psw_calloc(sizeof(EntryRec), 1);
151 Entry e, prev;
165 Entry e;
172 e = (Entry)psw_calloc(sizeof(EntryRec), 1);