Lines Matching refs:Stmt
7799 - EFI_BATCH_STATEMENT *Stmt;
7831 - Stmt = AllocateZeroPool (sizeof (EFI_BATCH_STATEMENT));
7832 - if (Stmt == NULL) {
7836 - Stmt->Signature = EFI_BATCH_STMT_SIGNATURE;
7837 - Stmt->StmtType = StmtType;
7838 - Stmt->BeginFilePos = Script->FilePosition;
7839 - InitializeListHead (&Stmt->StmtInfo.ForInfo.ValueList);
7846 - if (Stmt->StmtType == StmtFor) {
7847 - Stmt->StmtInfo.ForInfo.BeginLineNum = SEnvGetLineNumber();
7854 - if (Stmt->StmtType == StmtFor &&
7864 - Stmt->StmtInfo.ForInfo.VariableName[0] = SI->Argv[1][0];
7882 - InsertTailList (&Stmt->StmtInfo.ForInfo.ValueList, &VarValue->Link);
7890 - InsertHeadList (&ExtraStmtStack.StmtList, &Stmt->Link);
7894 - InsertHeadList (&Script->StmtStack.StmtList, &Stmt->Link);
7907 - if (Stmt->StmtType == StmtFor) {
7908 - while (!IsListEmpty (&Stmt->StmtInfo.ForInfo.ValueList)) {
7909 - Link = Stmt->StmtInfo.ForInfo.ValueList.Flink;
7928 - FreePool (Stmt);