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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DKeyboard.c128 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str);
131 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
138 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER)
141 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER) {
155 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER)
159 while ((token = xf86getSubToken (&(ptr->inp_comment))) == NUMBER)
195 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
208 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
215 if (xf86getSubToken (&(ptr->inp_comment)) !
[all...]
H A DInput.c93 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str);
96 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
104 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
138 if (ptr->inp_comment)
139 fprintf (cf, "%s", ptr->inp_comment);
159 TestFree (ptr->inp_comment);
H A DPointer.c112 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str);
115 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
122 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
134 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER || val.num < 0)
147 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER || val.num < 0)
154 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER || val.num < 0)
161 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER || val.num < 0)
168 if (xf86getSubToken (&(ptr->inp_comment)) != NUMBER || val.num < 0)
188 if (xf86getSubToken (&(ptr->inp_comment)) !
[all...]
H A Dxf86Parser.h400 char *inp_comment; member in struct:__anon77

Completed in 9 milliseconds