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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp2359 * @param pAstNodeWhile Uninitialized while AST node.
2363 static int vdScriptParseWhile(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTWHILE pAstNodeWhile, bool fDoWhile) argument
2367 pAstNodeWhile->fDoWhile = fDoWhile;
2386 pAstNodeWhile->pCond = pExpr;
2387 pAstNodeWhile->pStmt = pStmt;
2422 pAstNodeWhile->pCond = pExpr;
2423 pAstNodeWhile->pStmt = pStmt;

Completed in 86 milliseconds