Lines Matching +full:line +full:- +full:orders
4 * Module Name: dtcompilerparser.l - Flex input file for table compiler lexer
12 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
29 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
105 * re-exports any such software from a foreign destination, Licensee shall
106 * ensure that the distribution and export/re-export of the software is in
107 * compliance with all laws, regulations, orders, or other restrictions of the
109 * any of its subsidiaries will export/re-export any technical data, process,
131 * 3. Neither the names of the above-listed copyright holders nor the names
241 DtCompilerParserlval.u->Value = s;
242 DtCompilerParserlval.u->Line = DtCompilerParserlineno;
243 DtCompilerParserlval.u->Column = DtCompilerParsercolumn;
253 s=UtLocalCacheCalloc (size - 1);
254 AcpiUtSafeStrncpy (s, DtCompilerParsertext + 1, size - 1);
264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
291 AslGbl_CurrentLineNumber = DtCompilerParserlineno - 1;