Searched defs:from (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimple.c26 in this Software without prior written authorization from the X Consortium.
215 XrmValue from, to; local
221 from.addr = (XPointer) simple->simple.cursor_name;
222 from.size = strlen((char *) from.addr) + 1;
227 if (XtConvertAndStore(w, XtRString, &from, XtRColorCursor, &to)) {
H A DTextAction.c26 in this Software without prior written authorization from the X Consortium.
831 * Must walk the selection list in opposite order from UnsetSelection.
862 _DeleteOrKill(ctx, from, to, kill)
864 XawTextPosition from, to;
869 if (kill && from < to) {
883 salt->s.left = from;
885 salt->contents = (char *)_XawTextGetSTRING(ctx, from, to);
917 if (_XawTextReplace(ctx, from, to, &text)) {
921 ctx->text.insertPos = from;
933 XawTextPosition from, t local
1771 XrmValue from, to; local
2038 XawTextPosition from, to; local
[all...]
H A DText.c26 in this Software without prior written authorization from the X Consortium.
1436 * of the way from beginning to end. Ideally, this should be determined by
1730 * Must walk the selection list in opposite order from UnsetSelection.
1764 * Must walk the selection list in opposite order from UnsetSelection.
1901 * so we get it from wchar string, then free the wchar string.
1940 * This internal routine deletes the text from pos1 to pos2 in a source and
2028 * this code checks for moving words to and from lines.
2258 * extending from either end of the selection and handles the case when you
2535 * multi-click selection user interfaces from the outside.
3227 * This public routine deletes the text from startPo
3353 XawTextInvalidate(Widget w, XawTextPosition from, XawTextPosition to) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_context.c40 * from RC6 (GPU has it's own internal power context, except on gen5). Though
267 /* If called from reset, or thaw... we've been here already */
297 /* The only known way to stop the gpu from accessing the hw context is
305 * will be 2 (+1 from object creation and +1 from do_switch()).
419 struct i915_hw_context *from = ring->last_context; local
423 BUG_ON(from != NULL && from->obj != NULL && from->obj->pin_count == 0);
425 if (from
[all...]
H A Di915_gem.c218 /* drop reference from allocate - handle holds it now */
397 * Reads data from the object referenced by handle.
430 * pages from.
618 * pages from.
625 * pread/pwrite currently are reading and writing from the CPU
842 * safe to unbind from the GTT or access from the CPU.
1023 * pages from.
1351 /* Ensure that the associated pages are gathered from the backing storage
1399 /* Move from whateve
2043 struct intel_ring_buffer *from = obj->ring; local
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_bufs.c218 /* Prevent a 2nd X Server from creating a 2nd lock */
361 * Remove a map private from list and deallocate resources if the mapping
364 * Searches the map on drm_device::maplist, removes it from the list, see if
927 struct drm_buf_entry *from = &dma->bufs[i]; local
930 &from->buf_count,
931 sizeof(from->buf_count)) ||
933 &from->buf_size,
934 sizeof(from->buf_size)) ||
/solaris-x11-s11/open-src/lib/libX11/sun-src/modules/lc/gb18030/
H A DlcGB18030.c33 * codesets will derived from XLC_XLOCALE and codesets[0] is
187 XPointer *from,
194 unsigned char *src = (unsigned char *)*from;
257 *from = (XPointer)src;
268 XPointer *from,
275 unsigned char *src = (unsigned char *)*from;
355 *from = (XPointer)src;
367 XPointer *from,
375 wchar_t *src = (wchar_t *)*from;
457 *from
185 gb18030_mbtocs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
266 gb18030_mbstocs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
365 gb18030_wcstocs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
490 gb18030_cstombs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
567 gb18030_cstowcs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
609 gb18030_ctstombs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
786 gb18030_ctstowcs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
829 gb18030_mbstocts( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
942 gb18030_wcstocts( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
1062 gb18030_mbstowcs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
1105 gb18030_wcstombs( XlcConv conv, XPointer *from, int *from_left, XPointer *to, int *to_left, XPointer *args, int num_args) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c497 _DeleteOrKill(ctx, from, to, kill)
499 XawTextPosition from, to;
505 if (kill && from < to) {
506 ptr = _XawTextGetText(ctx, from, to);
512 if (_XawTextReplace(ctx, from, to, &text)) {
516 ctx->text.insertPos = from;
528 XawTextPosition from, to; local
535 from = to;
539 from = ctx->text.insertPos;
541 _DeleteOrKill(ctx, from, t
1069 XrmValue from, to; local
1303 XawTextPosition from, to; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c384 static Boolean LowerCase(String from, String to, int size) argument
390 ch = from[i];
404 XrmValuePtr from,
422 badConvert = LowerCase(from->addr, lower, LOWER_SIZE);
436 XtDisplayStringConversionWarning(dpy, from->addr, "ColorSpace");
455 XrmValuePtr from,
473 badConvert = LowerCase(from->addr, lower, LOWER_SIZE);
485 XtDisplayStringConversionWarning(dpy, from->addr, "RenderingType");
400 CvtStringToColorSpace( Display *dpy, XrmValuePtr args, Cardinal *num_args, XrmValuePtr from, XrmValuePtr to, XtPointer *data) argument
451 CvtStringToRenderingType( Display *dpy, XrmValuePtr args, Cardinal *num_args, XrmValuePtr from, XrmValuePtr to, XtPointer *data) argument
H A DFontSB.c380 XrmValuePtr from,
385 register char *ch, *start = from->addr;
405 XtDisplayStringConversionWarning(dpy, from->addr, "FloatList");
1038 /* We believe that names gotten from PS resource files have been
1042 /* Have to get the info from the server */
1389 downloading method from working reliably. */
2168 or not the change is coming from internal to the widget or as a result
2805 we remove "Bold" from the "Demi" family and "Light" and "Book" from
3713 strings were gotten from converter
376 CvtStringToFloatList( Display *dpy, XrmValuePtr args, Cardinal *num_args, XrmValuePtr from, XrmValuePtr to, XtPointer *data) argument
[all...]

Completed in 90 milliseconds