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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DFlags.c101 int tokentype; local in function:xf86parseFlagsSection
138 tokentype = xf86getSubToken(&(ptr->flg_comment));
140 if (tokentype != STRING)
144 if (tokentype != NUMBER)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DFlags.c96 int tokentype; local in function:xf86parseFlagsSection
133 tokentype = xf86getSubToken(&(ptr->flg_comment));
135 if (tokentype != STRING)
140 if (tokentype != NUMBER)

Completed in 8 milliseconds