Searched refs:text (Results 1 - 25 of 42) sorted by relevance

12

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c104 ((ctx)->text.lt.info[(num)].position != 0) )
146 offset(text.lt.top), XtRImmediate, (XtPointer)0},
148 offset(text.insertPos), XtRImmediate,(XtPointer)0},
150 offset(text.r_margin.left), XtRImmediate, (XtPointer)2},
152 offset(text.r_margin.right), XtRImmediate, (XtPointer)4},
154 offset(text.r_margin.top), XtRImmediate, (XtPointer)2},
156 offset(text.r_margin.bottom), XtRImmediate, (XtPointer)2},
158 sizeof(XawTextSelectType*), offset(text.sarray),
161 offset(text.source), XtRImmediate, NULL},
163 offset(text
744 XawTextBlock text; local
3235 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, XawTextBlock *text) argument
3460 XawTextSearch(Widget w, int dir, XawTextBlock *text) argument
[all...]
H A DTextAction.c97 ctx->text.time = event->xbutton.time;
101 ctx->text.time = event->xkey.time;
104 ctx->text.time = event->xmotion.time;
108 ctx->text.time = event->xcrossing.time;
121 ctx->text.ev_x = event->xbutton.x;
122 ctx->text.ev_y = event->xbutton.y;
128 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor);
129 ctx->text.ev_x = cursor.x + cursor.width / 2;;
130 ctx->text.ev_y = cursor.y + cursor.height / 2;;
134 ctx->text
194 XawTextBlock text; local
867 XawTextBlock text; local
1110 XawTextBlock text; local
1188 XawTextBlock text; local
1491 XawTextBlock text; local
1537 XawTextBlock text; local
1688 XawTextBlock text; local
1847 XawTextBlock text; local
1940 XawTextBlock text; local
2069 XawTextBlock text; local
[all...]
H A DMultiSrc.c59 * MultiSrc.c - MultiSrc object. (For use with the text widget).
248 * pos - position of the text to retreive.
249 * RETURNED text - text block that will contain returned text.
255 ReadText(w, pos, text, length)
258 XawTextBlock* text;
265 text->format = XawFmtWide;
266 text->firstPos = pos;
267 text
294 XawTextBlock text; local
[all...]
H A DTextP.h67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
87 /* displayable text management data structures */
116 XawTextPosition top; /* Top of the displayed text. */
126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
130 (pos >= ctx->text.lt.info[0].position && \
131 pos < ctx->text.lt.info[ctx->text
244 TextPart text; member in struct:_TextRec
[all...]
H A DAsciiSrc.c31 * AsciiSrc.c - AsciiSrc object. (For use with the text widget).
237 * pos - position of the text to retreive.
238 * RETURNED text - text block that will contain returned text.
244 ReadText(w, pos, text, length)
247 XawTextBlock *text;
254 text->firstPos = pos;
255 text->ptr = piece->text
[all...]
H A DTextPop.c83 static char* TEXT_NAME = "text";
147 * Description: Action routine that can be bound to the text widget
149 * Arguments: w - the text widget.
175 XtGetValues(ctx->text.source, args, ONE);
187 if (!ctx->text.file_insert) {
188 ctx->text.file_insert = CreateDialog(w, ptr, "insertFile",
190 XtRealizeWidget(ctx->text.file_insert);
191 SetWMProtocolTranslations(ctx->text.file_insert);
194 CenterWidgetOnPoint(ctx->text.file_insert, event);
195 XtPopup(ctx->text
273 XawTextBlock text; local
334 Widget label, text, cancel, insert; local
814 XawTextBlock text; local
[all...]
H A DAsciiText.c61 * text widget with an ascii source and ascii sink attached to it.
123 { /* text fields */
157 w->text.source = XtCreateWidget( "textSource", multiSrcObjectClass,
159 w->text.sink = XtCreateWidget( "textSink", multiSinkObjectClass,
164 w->text.source = XtCreateWidget( "textSource", asciiSrcObjectClass,
166 w->text.sink = XtCreateWidget( "textSink", asciiSinkObjectClass,
171 w->core.height = VMargins(w) + XawTextSinkMaxHeight(w->text.sink, 1);
176 XawTextSinkSetTabs(w->text.sink, TAB_COUNT, tabs);
188 sink = (MultiSinkObject)w->text.sink;
191 XtSetArg (list[ac], XtNinsertPosition, w->text
[all...]
H A DAsciiTextP.h63 * text widget with an ascii source and ascii sink attached to it.
96 TextPart text; member in struct:_AsciiRec
125 TextPart text; member in struct:_AsciiStringRec
157 TextPart text; member in struct:_AsciiDiskRec
H A DTextSrc.c30 * TextSrc.c - TextSrc object. (For use with the text widget).
165 * pos - position of the text to retreive.
166 * RETURNED text - text block that will contain returned text.
173 Read(w, pos, text, length)
176 XawTextBlock *text;
186 * Description: Replaces a block of text with new text.
188 * startPos, endPos - ends of text tha
357 XawTextSourceRead(Widget w, XawTextPosition pos, XawTextBlock *text, int length) argument
388 XawTextSourceReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, XawTextBlock *text) argument
467 XawTextSourceSearch(Widget w, XawTextPosition position, int dir, XawTextBlock *text) argument
[all...]
H A DAsciiSrcP.h59 * this text source is to use the AsciiText Object.
99 typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated
101 char * text; /* The text in this buffer. */ member in struct:_Piece
133 XawTextPosition piece_size; /* Size of text buffer for each piece. */
152 Piece * first_piece; /* first piece of the text. */
H A DMultiSrcP.h81 * this text source is to use the MultiText Object.
127 typedef struct _MultiPiece { /* Piece of the text file of BUFSIZ allocated
129 wchar_t* text; /* The text in this buffer. */ member in struct:_MultiPiece
162 XawTextPosition piece_size; /* Size of text buffer for each piece. */
177 MultiPiece * first_piece; /* first piece of the text. */
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c76 ((ctx)->text.lt.info[(num)].position != 0) )
119 offset(text.lt.top), XtRImmediate, (caddr_t)0},
121 offset(text.insertPos), XtRImmediate,(caddr_t)0},
123 offset(text.r_margin.left), XtRImmediate, (caddr_t)2},
125 offset(text.r_margin.right), XtRImmediate, (caddr_t)4},
127 offset(text.r_margin.top), XtRImmediate, (caddr_t)2},
129 offset(text.r_margin.bottom), XtRImmediate, (caddr_t)2},
131 sizeof(XawTextSelectType*), offset(text.sarray),
134 offset(text.source), XtRImmediate, NULL},
136 offset(text
694 XawTextBlock text; local
[all...]
H A DXaw3_1TextAction.c78 XawTextBlock *text);
90 ctx->text.time = event->xbutton.time;
91 ctx->text.ev_x = event->xbutton.x;
92 ctx->text.ev_y = event->xbutton.y;
96 ctx->text.time = event->xkey.time;
97 ctx->text.ev_x = event->xkey.x;
98 ctx->text.ev_y = event->xkey.y;
101 ctx->text.time = event->xmotion.time;
102 ctx->text.ev_x = event->xmotion.x;
103 ctx->text
135 XawTextBlock text; local
188 XawTextBlock text; local
502 XawTextBlock text; local
665 XawTextBlock text; local
727 XawTextBlock text; local
928 XawTextBlock text; local
964 XawTextBlock text; local
1008 XawTextBlock text; local
1150 XawTextBlock text; local
1225 XawTextBlock text; local
1336 XawTextBlock text; local
[all...]
H A DXaw3_1TextSrc.c31 * TextSrc.c - TextSrc object. (For use with the text widget).
154 * pos - position of the text to retreive.
155 * RETURNED text - text block that will contain returned text.
162 Read(w, pos, text, length)
165 XawTextBlock *text;
173 * Description: Replaces a block of text with new text.
175 * startPos, endPos - ends of text tha
[all...]
H A DXaw3_1TextP.h45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
64 /* displayable text management data structures */
82 XawTextPosition top; /* Top of the displayed text. */
92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
96 (pos >= ctx->text.lt.info[0].position && \
97 pos < ctx->text.lt.info[ctx->text
202 TextPart text; member in struct:_TextRec
[all...]
H A DXaw3_1TextPop.c73 #define TEXT_NAME ("text")
130 * Description: Action routine that can be bound to the text widget
132 * Arguments: w - the text widget.
159 XtGetValues(ctx->text.source, args, ONE);
171 if (!ctx->text.file_insert) {
172 ctx->text.file_insert = CreateDialog(w, ptr, "insertFile",
174 XtRealizeWidget(ctx->text.file_insert);
177 CenterWidgetOnPoint(ctx->text.file_insert, event);
178 XtPopup(ctx->text.file_insert, XtGrabNone);
184 * closure - a pointer to the main text widge
259 XawTextBlock text; local
305 Widget label, text, cancel, insert; local
780 XawTextBlock text; local
[all...]
H A DXaw3_1AsciiSrc.c31 * AsciiSrc.c - AsciiSrc object. (For use with the text widget).
226 * pos - position of the text to retreive.
227 * RETURNED text - text block that will contain returned text.
233 ReadText(w, pos, text, length)
236 XawTextBlock *text;
243 text->firstPos = pos;
244 text->ptr = piece->text
[all...]
H A DXaw3_1AsciiTextP.h39 * text widget with an ascii source and ascii sink attached to it.
71 TextPart text; member in struct:_AsciiRec
100 TextPart text; member in struct:_AsciiStringRec
132 TextPart text; member in struct:_AsciiDiskRec
H A DXaw3_1AsciiText.c39 * text widget with an ascii source and ascii sink attached to it.
99 { /* text fields */
138 w->text.source = XtCreateWidget( "textSource", asciiSrcObjectClass,
140 w->text.sink = XtCreateWidget( "textSink", asciiSinkObjectClass,
144 w->core.height = VMargins(w) + XawTextSinkMaxHeight(w->text.sink, 1);
149 XawTextSinkSetTabs(w->text.sink, TAB_COUNT, tabs);
159 XtDestroyWidget( ((AsciiWidget)w)->text.source);
160 XtDestroyWidget( ((AsciiWidget)w)->text.sink );
207 { /* text fields */
263 { /* text field
[all...]
H A DXaw3_1AsciiSrcP.h35 * this text source is to use the AsciiText Object.
67 typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated
69 char * text; /* The text in this buffer. */ member in struct:_Piece
101 XawTextPosition piece_size; /* Size of text buffer for each piece. */
120 Piece * first_piece; /* first piece of the text. */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_write_config.h43 const char *text, /* Text string */
H A Dfbc_predid.h44 const char *text; /* String text */ member in struct:__anon38
51 const char *const default_text); /* Default string text */
/solaris-x11-s11/open-src/app/xedit/
H A DMakefile3 # xedit - simple Xaw-based text editor for X
34 MODULE_DESC = the xedit text editor
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A DMakefile48 SO_LDFLAGS = $(LDFLAGS) -Wl,-z,direct -Wl,-z,text -M mapfile
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A DMakefile28 SHLIBLDFLAGS = -G -z defs -z text $(LDFLAGS)

Completed in 45 milliseconds

12