Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Dprscan.c561 char *Token2 = NULL; in PrDoDirective() local
689 Token2 = PrGetNextToken (NULL, PR_TOKEN_SEPARATORS, Next); in PrDoDirective()
690 if (!Token2) in PrDoDirective()
799 Token2 = *Next; in PrDoDirective()
800 if (Token2) in PrDoDirective()
802 while ((*Token2 == ' ') || (*Token2 == '\t')) in PrDoDirective()
804 Token2++; in PrDoDirective()
807 End = Token2; in PrDoDirective()
817 Token2 = ""; in PrDoDirective()
820 Token2 = PrGetNextToken (NULL, "\n", /*PR_TOKEN_SEPARATORS,*/ Next); in PrDoDirective()
[all …]
Dpreprocess.h314 char *Token2,