Home
last modified time | relevance | path

Searched refs:pCommandList (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/soldep/bootstrp/
H A Dprj.cxx183 pCommandList = 0; in CommandData()
202 if ( pCommandList ) in ~CommandData()
204 ByteString *pString = pCommandList->First(); in ~CommandData()
208 pString = pCommandList->Next(); in ~CommandData()
210 delete pCommandList; in ~CommandData()
212 pCommandList = NULL; in ~CommandData()
279 if (!pCommandList) in AddCommand()
280 pCommandList = new SByteStringList(); in AddCommand()
281 pCommandList->Insert(pCommand, LIST_APPEND); in AddCommand()
314 if (pCommandList) in operator >>()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dprj.hxx81 SByteStringList *pCommandList; member in CommandData
127 SByteStringList* GetCommandList() {return pCommandList;} in GetCommandList()