Lines Matching +full:line +full:- +full:orders

3  * Module Name: aslmain - compiler main and utilities
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
165 * Portability note: The compiler depends upon the host for command-line
166 * wildcard support - it is not implemented locally. For example:
194 * command line options and begin the compile/disassembly for each file on
195 * the command line (wildcards supported).
213 * Big-endian machines are not currently supported. ACPI tables must in main()
214 * be little-endian, and support for big-endian machines needs to in main()
220 "iASL is not currently supported on big-endian machines.\n"); in main()
221 return (-1); in main()
227 /* Initialize preprocessor and compiler before command line processing */ in main()
237 /* Allocate the line buffer(s), must be after command line */ in main()
251 return (-1); in main()
272 * If -p not specified, we will use the input filename as the in main()
284 ReturnStatus = -1; in main()
308 /* ASL-to-ASL+ conversion - Perform immediate disassembly */ in main()
312 /* re-initialize ACPICA subsystem for disassembler */ in main()
364 * PARAMETERS: Sig - Signal that invoked this handler
370 * Currently handles SIGINT (control-c).
389 printf ("\n" ASL_PREFIX "<Control-C>\n"); in AslSignalHandler()