Home
last modified time | relevance | path

Searched refs:ASL_IGNORE_LINE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dprscan.c444 if (Status == ASL_IGNORE_LINE) in PrPreprocessInputFile()
1107 return (ASL_IGNORE_LINE); in PrGetNextLine()
1122 return (ASL_IGNORE_LINE); in PrGetNextLine()
Dasldefine.h229 #define ASL_IGNORE_LINE (ACPI_UINT32_MAX -1) macro