Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dprscan.c690 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()
818 if (!Token2) in PrDoDirective()
820 Token2 = ""; in PrDoDirective()
867 if (!Token2) in PrDoDirective()
[all …]
H A Dpreprocess.h313 char *Token2,