Searched defs:pAstFn (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInternal.h42 PVDSCRIPTASTFN pAstFn; member in struct:VDSCRIPTFN::__anon16817::__anon16818
H A DVDScriptInterp.cpp755 PVDSCRIPTASTFN pAstFn = pFn->Type.Internal.pAstFn; local
771 PVDSCRIPTASTFNARG pArg = RTListGetFirst(&pAstFn->ListArgs, VDSCRIPTASTFNARG, Core.ListNode);
772 for (unsigned i = 0; i < pAstFn->cArgs; i++)
788 pArg = RTListGetNext(&pAstFn->ListArgs, pArg, VDSCRIPTASTFNARG, Core.ListNode);
797 rc = vdScriptInterpreterPushAstEntry(pThis, &pAstFn->pCompoundStmts->Core);

Completed in 53 milliseconds