Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprscan.c453 char *Token2 = NULL; in PrDoDirective() local
581 Token2 = PrGetNextToken (NULL, PR_TOKEN_SEPARATORS, Next); in PrDoDirective()
582 if (!Token2) in PrDoDirective()
691 Token2 = *Next; in PrDoDirective()
692 if (Token2) in PrDoDirective()
694 while ((*Token2 == ' ') || (*Token2 == '\t')) in PrDoDirective()
696 Token2++; in PrDoDirective()
699 End = Token2; in PrDoDirective()
709 Token2 = ""; in PrDoDirective()
712 Token2 = PrGetNextToken (NULL, "\n", /*PR_TOKEN_SEPARATORS,*/ Next); in PrDoDirective()
[all …]
H A Dpreprocess.h206 char *Token2,