Searched refs:object (Results 1 - 25 of 26) sorted by relevance

12

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dlexer.l126 yylval.object = psw_malloc(strlen(yytext) + 1);
127 strcpy(yylval.object, yytext);
135 yylval.object = psw_malloc(strlen(yytext) + 1);
136 strcpy(yylval.object, yytext);
173 yylval.object = psw_malloc(strlen(yytext) + 1);
174 strcpy(yylval.object, yytext);
182 yylval.object = psw_malloc(strlen(yytext) + 1);
183 strcpy(yylval.object, yytext);
366 yylval.object = psw_malloc(strlen(yytext) + 1);
367 strcpy(yylval.object, yytex
[all...]
H A Dpswparser.y56 char *object;
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
74 %token <object> PSNAME PSLITNAME PSREAL PSBOOLEAN PSSTRING PSHEXSTRING
76 %token <object> PSSUBNAME PSINDEX
78 %token <object> '(' ')' '|' ';' ',' '*' '[' ']' '{' '}' ':'
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendorEP.h77 ObjectPart object; member in struct:XawVendorShellExtRec
H A DAsciiSinkP.h55 * asciiSinkP.h - Private definitions for asciiSink object
73 * New fields for the AsciiSink object class record.
91 /* New fields for the AsciiSink object record */
112 ObjectPart object; member in struct:_AsciiSinkRec
H A DMultiSinkP.h77 * multiSinkP.h - Private definitions for multiSink object
95 * New fields for the MultiSink object class record.
113 /* New fields for the MultiSink object record */
134 ObjectPart object; member in struct:_MultiSinkRec
H A DSmeLineP.h85 ObjectPart object; member in struct:_SmeLineRec
H A DSmeP.h29 * SmeP.h - Private Header file for Sme object.
31 * This is the private header file for the Athena Sme object.
32 * This object is intended to be used with the simple menu widget.
88 ObjectPart object; member in struct:_SmeRec
H A DAsciiSrcP.h69 * TextSrcP.h - Private definitions for AsciiSrc object
109 * New fields for the AsciiSrc object class record.
124 /* New fields for the AsciiSrc object record */
162 ObjectPart object; member in struct:_AsciiSrcRec
H A DSmeBSBP.h31 * SmeP.h - Private definitions for Sme object
101 ObjectPart object; member in struct:_SmeBSBRec
H A DTextSinkP.h55 * TextSinkP.h - Private definitions for TextSink object
74 * New fields for the TextSink object class record.
99 /* New fields for the TextSink object record */
119 ObjectPart object; member in struct:_TextSinkRec
H A DMultiSrcP.h91 * TextSrcP.h - Private definitions for MultiSrc object
137 * New fields for the MultiSrc object class record.
152 /* New fields for the MultiSrc object record */
187 ObjectPart object; member in struct:_MultiSrcRec
H A DTextSrcP.h55 * TextSrcP.h - Private definitions for TextSrc object
73 * New fields for the TextSrc object class record.
102 /* New fields for the TextSrc object record */
117 ObjectPart object; member in struct:_TextSrcRec
H A DSimpleMenu.c334 class = (SmeObjectClass) (*entry)->object.widget_class;
699 class = (SmeObjectClass) entry->object.widget_class;
739 class = (SmeObjectClass) entry->object.widget_class;
766 class = (SmeObjectClass) entry->object.widget_class;
844 * Creates the label object and makes sure it is the first child in
899 * +++ "w" can be the simple menu widget or any of its object children.
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeLineP.h81 ObjectPart object; member in struct:_SmeLineRec
H A DXaw3_1SmeP.h25 * SmeP.h - Private Header file for Sme object.
27 * This is the private header file for the Athena Sme object.
28 * This object is intended to be used with the simple menu widget.
84 ObjectPart object; member in struct:_SmeRec
H A DXaw3_1AsciiSinkP.h31 * asciiSinkP.h - Private definitions for asciiSink object
49 * New fields for the AsciiSink object class record.
67 /* New fields for the AsciiSink object record */
87 ObjectPart object; member in struct:_AsciiSinkRec
H A DXaw3_1AsciiSrcP.h45 * TextSrcP.h - Private definitions for AsciiSrc object
77 * New fields for the AsciiSrc object class record.
92 /* New fields for the AsciiSrc object record */
130 ObjectPart object; member in struct:_AsciiSrcRec
H A DXaw3_1SmeBSBP.h27 * SmeP.h - Private definitions for Sme object
96 ObjectPart object; member in struct:_SmeBSBRec
H A DXaw3_1TextSinkP.h31 * TextSinkP.h - Private definitions for TextSink object
51 * New fields for the TextSink object class record.
76 /* New fields for the TextSink object record */
97 ObjectPart object; member in struct:_TextSinkRec
H A DXaw3_1TextSrcP.h31 * TextSrcP.h - Private definitions for TextSrc object
50 * New fields for the TextSrc object class record.
71 /* New fields for the TextSrc object record */
84 ObjectPart object; member in struct:_TextSrcRec
H A DXaw3_1SimpleMenu.c323 class = (SmeObjectClass) (*entry)->object.widget_class;
674 class = (SmeObjectClass) entry->object.widget_class;
714 class = (SmeObjectClass) entry->object.widget_class;
741 class = (SmeObjectClass) entry->object.widget_class;
807 * Creates the label object and makes sure it is the first child in
862 * +++ "w" can be the simple menu widget or any of its object children.
H A DXaw3_1TextSink.c31 * TextSink.c - TextSink object. (For use with the text widget).
173 * Arguments: request, new - the requested and new values for the object
192 * Description: This function cleans up when the object is
209 * Arguments: current - current state of the object.
211 * new - what the object will become.
222 TextSinkObjectClass class = (TextSinkObjectClass) w->object.widget_class;
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h135 XID object,
144 XID object,
233 XID object,
242 XID object,
251 XID object,
H A DXtsol.c177 XTSOLsetResLabel(dpy, object, resourceFlag, sl)
179 register XID object;
191 req->id = object;
205 XTSOLsetResUID(dpy, object, resourceFlag, uidp)
207 register XID object;
220 req->id = object;
449 XTSOLgetClientLabel(dpy, object, sl)
451 register XID object;
465 req->id = object;
609 XTSOLgetResAttributes(dpy, object, resourceFla
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c328 XEDataObject object; local
330 object.display = dpy;
331 return(XEHeadOfExtensionList(object));

Completed in 1861 milliseconds

12