Searched defs:token (Results 1 - 24 of 24) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DExtensions.c57 int token; local
60 while ((token = xf86getToken (ExtensionsTab)) != ENDSECTION) {
61 switch (token) {
H A DPointer.c104 int token; local
107 while ((token = xf86getToken (PointerTab)) != ENDSECTION)
109 switch (token)
H A DDRI.c54 int token; local
65 if ((token = xf86getSubToken (&(ptr->buf_comment))) == STRING) {
67 if ((token = xf86getToken (NULL)) == COMMENT)
70 xf86unGetToken(token);
87 int token; local
92 while ((token = xf86getToken (DRITab)) != ENDSECTION) {
93 switch (token)
96 if ((token = xf86getSubToken (&(ptr->dri_comment))) == STRING)
98 else if (token == NUMBER)
H A DKeyboard.c120 int token, ntoken; local
123 while ((token = xf86getToken (KeyboardTab)) != ENDSECTION)
125 switch (token)
159 while ((token = xf86getSubToken (&(ptr->inp_comment))) == NUMBER)
168 xf86unGetToken (token);
H A DFiles.c101 int token; local
104 while ((token = xf86getToken (FilesTab)) != ENDSECTION)
106 switch (token)
H A DInput.c85 int token; local
88 while ((token = xf86getToken (InputTab)) != ENDSECTION)
90 switch (token)
H A DModule.c90 int token; local
99 while ((token = xf86getToken (SubModuleTab)) != ENDSUBSECTION)
101 switch (token)
128 int token; local
131 while ((token = xf86getToken (ModuleTab)) != ENDSECTION)
133 switch (token)
230 int token; local
239 if ((token = xf86getToken(NULL)) == COMMENT)
242 xf86unGetToken(token);
H A DVendor.c83 int token; local
86 while ((token = xf86getToken (VendorSubTab)) != ENDSUBSECTION)
88 switch (token)
138 int token; local
141 while ((token = xf86getToken (VendorTab)) != ENDSECTION)
143 switch (token)
H A DVideo.c82 int token; local
85 while ((token = xf86getToken (VideoPortTab)) != ENDSUBSECTION)
87 switch (token)
141 int token; local
145 while ((token = xf86getToken (VideoAdaptorTab)) != ENDSECTION)
147 switch (token)
H A Dread.c88 int token; /* Scanner token code */ local
90 while ((token = xf86getToken (TopLevelTab)) != EOF_TOKEN)
92 switch (token)
H A DDevice.c107 int token; local
119 token = xf86getToken(DeviceTab);
127 if (token == ENDSECTION)
131 switch (token)
191 xf86unGetToken (token);
234 token = xf86getSubToken(&(ptr->dev_comment));
236 token == NUMBER && i < CONF_MAXCLOCKS; i++ ) {
238 token = xf86getSubToken(&(ptr->dev_comment));
241 xf86unGetToken (token);
244 if ((token
[all...]
H A DLayout.c99 int token; local
102 while ((token = xf86getToken (LayoutTab)) != ENDSECTION)
104 switch (token)
144 if ((token = xf86getSubToken (&(ptr->lay_comment))) == NUMBER)
147 xf86unGetToken (token);
148 token = xf86getSubToken(&(ptr->lay_comment));
149 if (token != STRING) {
155 token = xf86getSubTokenWithTab(&(ptr->lay_comment), AdjTab);
156 switch (token)
182 xf86unGetToken (token);
[all...]
H A DFlags.c101 int token; local
104 while ((token = xf86getToken (ServerFlagsTab)) != ENDSECTION)
109 switch (token)
135 while (ServerFlagsTab[i].token != -1)
139 if (ServerFlagsTab[i].token == token)
639 int token; local
650 * Get the option name token
652 if ((token = xf86getSubToken(&comment)) != STRING) {
661 * Get the option value token, i
[all...]
H A DMonitor.c134 int token; local
208 token = xf86getSubTokenWithTab (&(ptr->ml_comment), TimingTab);
209 while ((token == TT_INTERLACE) || (token == TT_PHSYNC) ||
210 (token == TT_NHSYNC) || (token == TT_PVSYNC) ||
211 (token == TT_NVSYNC) || (token == TT_CSYNC) ||
212 (token == TT_PCSYNC) || (token
291 int token, token2; local
536 int token; local
769 int token; local
[all...]
H A DScreen.c103 int token; /* Monitor entry token ID */ local
106 * Look for the optional monitor number token
110 token = xf86getSubToken(&(ptr->scrn_comment));
111 if (token == NUMBER) {
114 token = xf86getSubToken(&(ptr->scrn_comment));
118 * Look for the monitor name string token
120 if (token != STRING) {
184 int token; local
197 token
369 int token; local
[all...]
H A Dscan.c285 * token. If all attempts to recognize the token fail, an
297 * Otherwise the next token must be read from the input.
304 * eol_seen is only set for the first token after a newline.
350 * Make the token buffer the same size as the input line
351 * buffer. We malloc() the new token buffer first, so
353 * existing token buffer.
373 * Start scanning the new token, which may include whitespace
467 * ... and now we MUST have a valid token. The search is
490 * the pushed token wa
530 int token; local
556 int token; local
571 xf86unGetToken(int token) argument
[all...]
H A Dxf86Parser.h531 int token; /* id of the token */ member in struct:__anon88
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dmbufset.c38 extern int dga_pixlist_add(Dga_token token, Display *dpy, Pixmap pix);
53 Dga_token token; local
59 token = (Dga_token) pMbsInfo->nmbufShpxToken;
78 if (!dga_pixlist_add(token, dgawin->w_dpy, (Pixmap)*pShinfoId) ||
79 !(dgapix = dga_pix_grab(token, (Pixmap)*pShinfoId))) {
H A Ddga_Xrequests.h169 Dga_token token; member in struct:dga_xwinrec
177 Dga_token token; member in struct:dga_xpixrec
H A Ddga_Xrequests.c1192 ** data00 is the opaque token identifying the drawable shared file.
1241 Dga_token token; local
1247 if (!(token = dgai_grabDrawRequest(dpy, drawid, &drawType))) {
1260 if (!dga_winlist_add(token, dpy, (Window)drawid)) {
1263 if (!(dgawin = (_Dga_window) dgai_win_grab_common(dpy, -1, token, 1))) { goto Bad;
1282 if (!dga_pixlist_add(token, dpy, (Pixmap)drawid)) {
1285 if (!(dgapix = (_Dga_pixmap) dga_pix_grab(token, (Pixmap)drawid))) {
1344 dga_winlist_add(token, dpy, win)
1345 Dga_token token;
1354 (struct dga_xwinrec *) _dga_is_X_window(token,
[all...]
H A Dwin_grab.c38 * dga_win_grab(devfd, token)
40 * Dga_token token ;
42 * Grab a window. 'token' is the window-info handle returned by
309 * Dga_token token; INPUT
328 dgai_win_grab_common (Display *dpy, int devfd, Dga_token token, int drawableGrabber) argument
343 if (!_dga_is_X_window(token, &dpy, &win)) {
352 if (wlist->w_token == token) {
496 sprintf(filename, "%s%08x", GRABFILE, token);
699 clientp->w_token = token;
835 dga_wlist->w_token = token;
[all...]
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c104 char *token; local
116 token = strtok(cmd, " ");
119 while (token != NULL) {
126 strlcpy(string[i], token, sizeof (string[i]));
129 token = strtok(NULL, " ");
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sunmod.c798 drm_core_findmap(struct drm_device *dev, unsigned int token) argument
803 if (_entry->user_token == token)
/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c337 int token; local
342 token = lexAlias(file, &lexToken);
343 switch (token) {
354 token = lexAlias(file, &lexToken);
355 switch (token) {

Completed in 64 milliseconds