Home
last modified time | relevance | path

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

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