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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp2363 static int vdScriptParseWhile(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTWHILE pAstNodeWhile, bool fDoWhile) argument
2367 pAstNodeWhile->fDoWhile = fDoWhile;
2369 if (fDoWhile)
2589 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, false /* fDoWhile */);
2594 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, true /* fDoWhile */);
H A DVDScriptAst.h414 bool fDoWhile; member in struct:VDSCRIPTASTWHILE

Completed in 51 milliseconds