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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DKeyboard.c131 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
195 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
208 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
215 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
222 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
229 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
236 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
243 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
250 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
257 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
[all...]
H A DVideo.c93 if (xf86getSubToken (&(ptr->vp_comment)) != STRING)
153 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
161 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
166 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
171 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
176 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
184 if (xf86getSubToken (&(ptr->va_comment)) != STRING)
H A DLayout.c110 if (xf86getSubToken (&(ptr->lay_comment)) != STRING)
123 if (xf86getSubToken (&(ptr->lay_comment)) != STRING) {
149 if (token != STRING) {
184 if (token == STRING)
217 if (token != STRING) {
243 if (xf86getSubToken (&(ptr->lay_comment)) != STRING) {
250 if (xf86getSubToken (&(ptr->lay_comment)) != STRING) {
257 if (xf86getSubToken (&(ptr->lay_comment)) != STRING) {
275 if (xf86getSubToken (&(ptr->lay_comment)) != STRING) {
280 while ((token = xf86getSubToken (&(ptr->lay_comment))) == STRING)
[all...]
H A DDevice.c137 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
145 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
150 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
155 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
160 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
165 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
170 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
218 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
252 if (xf86getSubToken (&(ptr->dev_comment)) != STRING)
H A DFiles.c112 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
140 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
145 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
172 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
199 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
H A DModule.c139 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
146 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
153 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
H A DInput.c96 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
104 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
H A DDRI.c65 if ((token = xf86getSubToken (&(ptr->buf_comment))) == STRING) {
96 if ((token = xf86getSubToken (&(ptr->dri_comment))) == STRING)
H A DPointer.c115 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
122 if (xf86getSubToken (&(ptr->inp_comment)) != STRING)
H A DScreen.c120 if (token != STRING) {
250 if (xf86getSubToken (&(ptr->disp_comment)) != STRING)
291 while ((token = xf86getSubTokenWithTab (&(ptr->disp_comment), DisplayTab)) == STRING)
395 if (xf86getSubToken (&(ptr->scrn_comment)) != STRING)
403 if (xf86getSubToken (&(ptr->scrn_comment)) != STRING)
436 if (xf86getSubToken (&(ptr->scrn_comment)) != STRING)
456 if (xf86getSubToken (&(ptr->scrn_comment)) != STRING)
479 if (xf86getSubToken (&(ptr->scrn_comment)) != STRING)
H A DVendor.c149 if (xf86getSubToken (&(ptr->vnd_comment)) != STRING)
160 if (xf86getSubToken (&(ptr->vnd_comment)) != STRING)
H A Dxf86tokens.h79 STRING, enumerator in enum:__anon89
H A DMonitor.c159 if (xf86getSubToken (&(ptr->ml_comment)) != STRING)
300 if (xf86getSubToken (&(ptr->ml_comment)) != STRING)
404 if (token != STRING)
406 while (token == STRING)
562 if (xf86getSubToken (&(ptr->mon_comment)) != STRING)
570 if (xf86getSubToken (&(ptr->mon_comment)) != STRING)
575 if (xf86getSubToken (&(ptr->mon_comment)) != STRING)
711 if ((token = xf86getSubToken (&(ptr->mon_comment))) != STRING)
793 if (xf86getSubToken (&(ptr->modes_comment)) != STRING)
H A DFlags.c148 if (tokentype != STRING)
652 if ((token = xf86getSubToken(&comment)) != STRING) {
663 if ((token = xf86getSubToken(&comment)) == STRING) {
H A Dread.c98 if (xf86getSubToken (&(ptr->conf_comment)) != STRING)
H A Dscan.c296 * In this case configRBuf[] contains a valid STRING/TOKEN/NUMBER.
463 return (STRING);
490 * the pushed token was NUMBER || STRING return them again ...
497 if (temp == NUMBER || temp == STRING)

Completed in 29 milliseconds