Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddtio.c322 char *Colon; in DtParseLine() local
342 Colon = strchr (LineBuffer, ':'); in DtParseLine()
343 if (!Colon) in DtParseLine()
349 End = Colon; in DtParseLine()
351 while (Start < Colon) in DtParseLine()
357 while (Start < Colon && *Start != ']') in DtParseLine()
374 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()
384 Start = End = (Colon + 1); in DtParseLine()