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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c127 static int pushToken = LOCK_TOKEN; variable
283 * pushToken. If a pointer to a symbol table has been provided
295 * First check whether pushToken has a different value than LOCK_TOKEN.
299 if (pushToken == EOF_TOKEN)
301 else if (pushToken == LOCK_TOKEN)
342 return (pushToken = EOF_TOKEN);
489 * Here we deal with pushed tokens. Reinitialize pushToken again. If
492 int temp = pushToken;
493 pushToken = LOCK_TOKEN;
573 pushToken
[all...]

Completed in 88 milliseconds