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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddtio.c197 /* States for DtGetNextLine */
411 * stripped already by the DtGetNextLine parser.
413 * TBD: Perhaps DtGetNextLine should parse the following type
455 * FUNCTION: DtGetNextLine
473 DtGetNextLine ( function
841 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF)
H A Ddtcompiler.h310 DtGetNextLine (
314 /* Flags for DtGetNextLine */
H A Daslfiles.c703 * Note: DtGetNextLine strips/ignores comments.
704 * Save current line number since DtGetNextLine modifies it.
709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)

Completed in 66 milliseconds