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