Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFlags.c97 int tokentype; in xf86parseFlagsSection() local
133 tokentype = xf86getSubToken(&(ptr->flg_comment)); in xf86parseFlagsSection()
135 if (tokentype != STRING) in xf86parseFlagsSection()
140 if (tokentype != NUMBER) in xf86parseFlagsSection()