Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dprscan.c561 char *Token2 = NULL; in PrDoDirective() local
689 Token2 = PrGetNextToken (NULL, PR_TOKEN_SEPARATORS, Next); in PrDoDirective()
690 if (!Token2) in PrDoDirective()
796 Token2 = *Next; in PrDoDirective()
797 if (Token2) in PrDoDirective()
799 while ((*Token2 == ' ') || (*Token2 == '\t')) in PrDoDirective()
801 Token2++; in PrDoDirective()
804 End = Token2; in PrDoDirective()
814 Token2 = ""; in PrDoDirective()
817 Token2 = PrGetNextToken (NULL, "\n", /*PR_TOKEN_SEPARATORS,*/ Next); in PrDoDirective()
[all …]
H A Dpreprocess.h312 char *Token2,