Searched refs:Token2 (Results 1 – 2 of 2) sorted by relevance
561 char *Token2 = NULL; in PrDoDirective() local689 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 …]
314 char *Token2,