Lines Matching +full:line +full:- +full:orders
3 * Module Name: aslascii - ASCII detection and support routines
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
177 * PARAMETERS: Filename - Full input filename
178 * DisplayErrors - TRUE if error messages desired
212 Status.Line = 1; in FlIsFileAsciiSource()
219 /* Ignore comment fields (allow non-ASCII within) */ in FlIsFileAsciiSource()
251 "Found non-ASCII character in source text: " in FlIsFileAsciiSource()
252 "0x%2.2X in line %u, file offset 0x%2.2X\n", in FlIsFileAsciiSource()
253 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource()
266 "0x%2.2X in line %u, file offset 0x%2.2X\n", in FlIsFileAsciiSource()
267 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource()
272 /* Update line counter as necessary */ in FlIsFileAsciiSource()
276 Status.Line++; in FlIsFileAsciiSource()
284 /* Were there any non-ASCII characters in the file? */ in FlIsFileAsciiSource()
289 "File appears to be binary: found %u non-ASCII characters, disassembling\n", in FlIsFileAsciiSource()
312 * PARAMETERS: Handle - Open input file
313 * Status - File current status struct
317 * DESCRIPTION: Step over a normal slash-star type comment
338 Status->Offset++; in FlConsumeAnsiComment()
354 /* Maintain line count */ in FlConsumeAnsiComment()
358 Status->Line++; in FlConsumeAnsiComment()
361 Status->Offset++; in FlConsumeAnsiComment()
370 * PARAMETERS: Handle - Open input file
371 * Status - File current status struct
375 * DESCRIPTION: Step over a slash-slash type of comment
389 Status->Offset++; in FlConsumeNewComment()
395 Status->Line++; in FlConsumeNewComment()