Home | History | Annotate | Download | only in utils

Lines Matching refs:Slot

31         struct Slot;
39 * Create a new slot with the specified name and value. The name
47 * Create a new slot with the specified name and value. The name
55 * Create a new slot with the specified name and value. Both parameters
62 * Create a new slot with the specified name and value. The name
68 * Create a new slot with the specified name and value. The name
74 * Create a new slot with the specified name and value. The name
86 * Returns true if a slot matching the name and Type is found.
97 * Finds the first slot matching the name and Type and removes it.
173 Slot* fSlot;
177 Slot* fHead;
178 Slot* fTail;
180 const Slot* findSlot(const char name[], Type) const;
181 Slot* addSlot(Slot*);