HomeSort by: relevance | last modified time | path
    Searched refs:DT_PARSEOP_LABEL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.y 209 %token <u> DT_PARSEOP_LABEL
231 : DT_PARSEOP_LABEL ':' Data { DtCreateField ($1, $3, DtLabelByteOffset); }
dtcompilerparser.l 246 return (DT_PARSEOP_LABEL);
dtcompilerparser.tab.c 292 DT_PARSEOP_LABEL = 259,
622 "$end", "error", "$undefined", "DT_PARSEOP_DATA", "DT_PARSEOP_LABEL",

Completed in 12 milliseconds