Searched refs:selections (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libXt/dist/include/X11/
H A DSelectionI.h125 Atom *selections; member in struct:_QueuedRequestInfoRec
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h99 Atom *selections; member in struct:__anon33d498150208
193 XawTextSelectType *sarray; /* Array to cycle for selections */
194 XawTextSelectionSalt *salt; /* salted away selections */
247 XawTextSelectionSalt *salt2; /* salted away selections */
296 Atom *selections,
/xsrc/external/mit/libXt/dist/src/
H A DSelection.c2012 while (qi->selections[i] != None) {
2013 if (qi->selections[i] == sel) {
2038 while (qi->selections[n] != sel && qi->selections[n] != None)
2040 if (qi->selections[n] == sel) {
2041 while (qi->selections[n] != None) {
2042 qi->selections[n] = qi->selections[n + 1];
2090 queueInfo->selections = XtMallocArray(2, (Cardinal) sizeof(Atom));
2091 queueInfo->selections[
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DText.c1946 for (count = 0, match = s->selections; count < s->atom_count;
2191 atomP = ctx->text.s.selections;
2198 && ctx->text.s.selections[ctx->text.s.atom_count - 1] == 0)
2204 atomP = ctx->text.s.selections;
2207 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count];
2209 && ctx->text.s.selections[ctx->text.s.atom_count-1] == 0)
2218 atomP = salt->s.selections;
2225 && salt->s.selections[salt->s.atom_count-1] == 0)
2231 atomP = salt->s.selections;
2234 *atomP = salt->s.selections[
2255 _XawTextSaltAwaySelection(TextWidget ctx,Atom * selections,int num_atoms) argument
2307 _SetSelection(TextWidget ctx,XawTextPosition left,XawTextPosition right,Atom * selections,Cardinal count) argument
[all...]
H A DTextAction.c935 for (count = 0, match = s->selections; count < s->atom_count;
1160 atomP = salt->s.selections;
1167 && salt->s.selections[salt->s.atom_count-1] == 0)
1173 atomP = salt->s.selections;
1176 *atomP = salt->s.selections[--salt->s.atom_count];
1179 && salt->s.selections[salt->s.atom_count-1] == 0)
1219 XtFree((char *)salt->s.selections);
1265 salt->s.selections = (Atom *)XtMalloc(sizeof(Atom));
1279 XtFree((char*)salt->s.selections);
1335 salt->s.selections[
2794 Atom selections[256]; local in function:SelectSave
[all...]
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in561 AC_DEFINE(OPT_BLOCK_SELECT,1,[Define to 1 to allow block-selections])
563 AC_DEFINE(OPT_BLOCK_SELECT,0,[Define to 0 to disallow block-selections])
663 AC_MSG_CHECKING(if you want to allow spawning commands to process selections)
877 AC_MSG_CHECKING(if you want support for regular-expression selections)
879 [ --disable-regex disable regular-expression selections],
894 AC_DEFINE(OPT_SELECT_REGEX,1,[Define to 1 to enable regular-expression selections])
H A Dbutton.c208 static void _OwnSelection(XtermWidget xw, String *selections, Cardinal count);
1374 String *params GCC_UNUSED, /* selections */
1406 String *params, /* selections */
1462 String *params GCC_UNUSED, /* selections */
1555 String *params, /* selections */
1584 String *params, /* selections */
1598 String *params, /* selections */
1612 String *params, /* selections */
1629 String *params, /* selections */
2179 String *params, /* selections i
5024 _OwnSelection(XtermWidget xw,String * selections,Cardinal count) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/scripts/
H A Dget_reviewer.pl286 my $selections = $email + $scm + $status + $subsystem + $web;
287 if ($selections == 0) {
1736 Enter selections at the prompt until you are satisfied that the selected
1737 maintainers are appropriate. You may enter multiple selections separated
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1 /* x-selection.m -- proxies between NSPasteboard and X11 selections
1089 /* This is used to retrieve PRIMARY and CLIPBOARD selections. */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1 /* x-selection.m -- proxies between NSPasteboard and X11 selections
1062 /* This is used to retrieve PRIMARY and CLIPBOARD selections. */
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc80 function from various places (usually event handlers for menu selections
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst575 - pan/bi: Allow lane selections on component 4 and above
H A D21.3.0.rst1008 - aco/print_ir: always print SDWA dst & src selections
H A D20.2.0.rst3876 - aco: optimize boolean phis with uniform selections
H A D21.2.0.rst5255 - Add default driver selections for RISC-V

Completed in 47 milliseconds