Searched refs:lastToken (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c494 static Token firstToken, lastToken; /* cache ptr to last */ local
517 firstToken = lastToken = token;
522 firstToken = lastToken = tokens;
523 for (t = lastToken; t->next; t = t->next);
524 lastToken = t->next = token;

Completed in 10 milliseconds