Lines Matching +full:non +full:- +full:comment
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
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
184 * not handle comment delimiters within string literals. However,
219 /* Ignore comment fields (allow non-ASCII within) */ in FlIsFileAsciiSource()
223 /* Check for second comment open delimiter */ in FlIsFileAsciiSource()
251 "Found non-ASCII character in source text: " 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
332 /* Scan until comment close is found */ in FlConsumeAnsiComment()
338 Status->Offset++; 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()
391 /* Comment ends at newline */ in FlConsumeNewComment()
395 Status->Line++; in FlConsumeNewComment()