Lines Matching full:flist
132 fList = NULL;
135 ItemRec* rec = fList = new ItemRec[count];
157 delete[] fList;
168 *left = fList[index].fLabel;
170 *right = fList[index].fType == kDir_Type ? fDirTail : fList[index].fTail;
176 if (fList[index].fType == kDir_Type)
179 evt->setType(fList[index].fTarget);
183 if (fList[index].fType == kToggle_Type)
184 fList[index].fTail.swap(fList[index].fAltTail);
191 ItemRec* fList;