Lines Matching refs:State
521 UINT32 State = DT_NORMAL_TEXT; in DtGetNextLine() local
542 switch (State) in DtGetNextLine()
547 AcpiOsPrintf ("**** EOF within comment/string %u\n", State); in DtGetNextLine()
570 State = DT_NORMAL_TEXT; in DtGetNextLine()
573 switch (State) in DtGetNextLine()
584 State = DT_START_COMMENT; in DtGetNextLine()
589 State = DT_START_QUOTED_STRING; in DtGetNextLine()
599 State = DT_MERGE_LINES; in DtGetNextLine()
652 State = DT_NORMAL_TEXT; in DtGetNextLine()
657 State = DT_ESCAPE_SEQUENCE; in DtGetNextLine()
667 State = DT_NORMAL_TEXT; in DtGetNextLine()
683 State = DT_START_QUOTED_STRING; in DtGetNextLine()
694 State = DT_SLASH_ASTERISK_COMMENT; in DtGetNextLine()
699 State = DT_SLASH_SLASH_COMMENT; in DtGetNextLine()
712 State = DT_NORMAL_TEXT; in DtGetNextLine()
731 State = DT_END_COMMENT; in DtGetNextLine()
749 State = DT_NORMAL_TEXT; in DtGetNextLine()
761 State = DT_NORMAL_TEXT; in DtGetNextLine()
778 State = DT_SLASH_ASTERISK_COMMENT; in DtGetNextLine()
794 State = DT_NORMAL_TEXT; in DtGetNextLine()
811 State = DT_NORMAL_TEXT; in DtGetNextLine()