Searched refs:token (Results 1 - 25 of 39) sorted by relevance

12

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswparser.y58 Token token;
67 %token <object> DEFINEPS ENDPS STATIC
68 %token <object> PSCONTEXT
69 %token <object> BOOLEAN FLOAT DOUBLE UNSIGNED SHORT LONG INT CHAR USEROBJECT
70 %token <object> NUMSTRING
71 %token <object> CNAME
72 %token <intobj> CINTEGER
74 %token <object> PSNAME PSLITNAME PSREAL PSBOOLEAN PSSTRING PSHEXSTRING
75 %token <intobj> PSINTEGER
76 %token <objec
[all...]
H A Dpswsemantics.c332 register Token token = (Token)psw_calloc(sizeof(TokenRec), 1); local
334 token->next = NULL;
335 token->type = type;
336 token->val = val;
337 token->sourceLine = yylineno;
357 token->namedFormal = dictVal; /* ok, so assign a value */
365 return token;
370 register Token token = (Token)psw_calloc(sizeof(TokenRec), 1); local
374 token->next = NULL;
375 token
491 AppendPSWToken(Token token, Tokens tokens) argument
[all...]
H A Dpsw.c123 tt->token = t;
132 tt->token = t;
137 while((temp->next != NULL) && strcmp((char *)(temp->token->val), (char *)(t->val)))
313 Token t, token; local
319 token = PSWToken(T_INT, 0L);
320 token->next = PSWToken(T_INT, (char *)(long)n);
323 token->next->next = PSWToken(T_NAME, ss);
326 token->next->next->next = PSWToken(T_NAME, ss);
328 t->next = token;
472 c->token
[all...]
H A Dpswpriv.h102 Adr adr; /* of this token in the binary object sequence. */
108 /* non-NIL if this token is a reference to a formal.
111 /* Meaning depends on the token type, as follows:
128 Token token; member in struct:_t_TokenListRec
/solaris-x11-s11/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 Dpix_grab.c86 * Dga_token token; INPUT
95 dga_pix_grab(token, pix)
96 Dga_token token;
162 * Search through the client structures for matching token
166 (shpx_client_directory[i].cid != token)) {
199 sprintf(c_fn+size,"%01x.%08x", port, token);
224 shpx_client_directory[i].cid = token; /* BMAC - correct?? */
308 clientp->p_token = token;
359 dga_plist->p_token = token;
369 new_plist->p_token = token;
[all...]
H A Ddga_Xrequests.c1207 ** data00 is the opaque token identifying the drawable shared file.
1256 Dga_token token; local
1262 if (!(token = dgai_grabDrawRequest(dpy, drawid, &drawType))) {
1275 if (!dga_winlist_add(token, dpy, (Window)drawid)) {
1278 if (!(dgawin = (_Dga_window) dgai_win_grab_common(dpy, -1, token, 1))) { goto Bad;
1297 if (!dga_pixlist_add(token, dpy, (Pixmap)drawid)) {
1300 if (!(dgapix = (_Dga_pixmap) dga_pix_grab(token, (Pixmap)drawid))) {
1356 dga_winlist_add(token, dpy, win)
1357 Dga_token token;
1366 (struct dga_xwinrec *) _dga_is_X_window(token,
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
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 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 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 DExtensions.c57 int token; local
60 while ((token = xf86getToken (ExtensionsTab)) != ENDSECTION) {
61 switch (token) {
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 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 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 DInput.c85 int token; local
88 while ((token = xf86getToken (InputTab)) != ENDSECTION)
90 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 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 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 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 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 DPointer.c104 int token; local
107 while ((token = xf86getToken (PointerTab)) != ENDSECTION)
109 switch (token)
H A DConfigint.h103 #define parsePrologueVoid(typeptr,typerec) int token; typeptr ptr; \
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c482 for (p = output->options; p->token >= 0; p++) {
552 char *mode, *token; local
558 token = strtok(mode, "x");
559 width = atoi(token);
560 token = strtok(NULL, "x");
561 height = atoi(token);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsioops.psw135 token b

Completed in 54 milliseconds

12