Searched refs:WriteExpression (Results 1 – 3 of 3) sorted by relevance
376 …FORM_EXPRESSION *WriteExpression; // nested EFI_IFR_WRITE, evaluate write expression afte… member
1848 if (Question->WriteExpression != NULL && Form->FormType == STANDARD_MAP_FORM_TYPE) { in SetQuestionValue()1849 Status = EvaluateExpression (FormSet, Form, Question->WriteExpression); in SetQuestionValue()
2480 ParentStatement->WriteExpression = CurrentExpression; in ParseOpCodes()