Home
last modified time | relevance | path

Searched refs:DtGetNextLine (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtio.c365 DtGetNextLine ( in DtGetNextLine() function
733 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF) in DtScanFile()
H A Ddtcompiler.h202 DtGetNextLine (
206 /* Flags for DtGetNextLine */
H A Daslfiles.c597 * Note: DtGetNextLine strips/ignores comments. in FlOpenIncludeWithPrefix()
598 * Save current line number since DtGetNextLine modifies it. in FlOpenIncludeWithPrefix()
603 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF) in FlOpenIncludeWithPrefix()