Searched defs:source (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c38 #include <./Xaw3_1AsciiSrcP.h> /* For source function defs. */
45 #define GETLASTPOS XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, TRUE)
233 Widget source = XawTextGetSource(XtParent(w)); local
245 pos1 = XawTextSourceRead(source, pos1, &blk, pos2 - pos1);
363 Widget source = XawTextGetSource(XtParent(w)); local
371 XawTextSourceRead(source, fromPos, &blk, toPos - fromPos);
375 XawTextSourceRead(source, index, &blk, toPos - fromPos);
402 Widget source = XawTextGetSource(XtParent(w)); local
412 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
419 XawTextSourceRead(source, inde
454 Widget source = XawTextGetSource(XtParent(w)); local
[all...]
H A DXaw3_1TextP.h45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
139 Widget source, sink; member in struct:_TextPart
169 XawTextPosition lastPos; /* Last position of source. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c58 #include <X11/Xaw/AsciiSrcP.h> /* For source function defs. */
65 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
257 Widget source = XawTextGetSource(XtParent(w)); local
269 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1));
387 Widget source = XawTextGetSource(XtParent(w)); local
395 XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos));
399 XawTextSourceRead(source, index, &blk, (int)(toPos - fromPos));
426 Widget source = XawTextGetSource(XtParent(w)); local
436 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
443 XawTextSourceRead(source, inde
478 Widget source = XawTextGetSource(XtParent(w)); local
[all...]
H A DMultiSink.c91 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
284 Widget source = XawTextGetSource(XtParent(w)); local
297 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1));
411 Widget source = XawTextGetSource(XtParent(w)); local
420 XawTextSourceRead(source, fromPos, &blk, (int) (toPos - fromPos));
424 XawTextSourceRead(source, index, &blk, (int) (toPos - fromPos));
450 Widget source = XawTextGetSource(XtParent(w)); local
461 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
468 XawTextSourceRead(source, index, &blk, BUFSIZ);
504 Widget source local
[all...]
H A DTextP.h67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
178 Widget source, sink; member in struct:_TextPart
210 XawTextPosition lastPos; /* Last position of source. */
H A DText.c161 offset(text.source), XtRImmediate, NULL},
536 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0;
757 left = SrcRead(ctx->text.source, left, &text, (int)(right - left));
820 * into the corresponding position in the source.
849 position = SrcScan(ctx->text.source, ctx->text.lt.info[line + 1].position,
855 * This routine maps a source position in to the corresponding line number
875 * This routine maps a source position into the corresponding line number
965 Widget src = ctx->text.source;
1215 top = SrcScan(ctx->text.source, target, XawstEOL,
1388 pos2 = SrcScan( ctx->text.source, (l
3207 XawTextSetSource(Widget w, Widget source, XawTextPosition startPos) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_panel.c169 static inline u32 panel_fitter_scaling(u32 source, u32 target) argument
178 u32 ratio = source * FACTOR / target;
H A Dintel_display.c4469 /* Use SSC source */
4477 /* Use bend source */
5071 /* As we must carefully and slowly disable/enable each source in turn,
5107 /* Always enable nonspread source */
5133 /* Enable CPU source on CPU attached eDP */
5159 /* Turn off the SSC source */
7864 /* Compute a starting value for pipe_config->pipe_bpp taking the source
7866 * source plane bpp so that dithering can be selected on mismatches
10114 u32 source; member in struct:intel_display_error_state::intel_pipe_error_state
10190 error->pipe[i].source
[all...]
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c310 ISOLatin1ToLower(unsigned char source) argument
312 if (source >= XK_A && source <= XK_Z)
313 return source + (XK_a - XK_A);
314 if (source >= XK_Agrave && source <= XK_Odiaeresis)
315 return source + (XK_agrave - XK_Agrave);
316 if (source >= XK_Ooblique && source <= XK_Thorn)
317 return source
322 copyISOLatin1Lowered(char *dest, char *source, int length) argument
[all...]

Completed in 1530 milliseconds