Searched refs:shell (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/xsrc/external/mit/xedit/dist/lisp/test/
H A Dhello.lsp37 (defun fix-shell-size (shell)
38 (let ((size (xt-get-values shell '("width" "height"))))
39 (xt-set-values shell
70 (fix-shell-size toplevel)
/xsrc/external/mit/libXt/dist/src/
H A DPopup.c65 if (!shell_widget->shell.popped_up) {
69 shell_widget->shell.popped_up = TRUE;
70 shell_widget->shell.grab_kind = grab_kind;
71 shell_widget->shell.spring_loaded = (Boolean) spring_loaded;
72 if (shell_widget->shell.create_popup_child_proc != NULL) {
73 (*(shell_widget->shell.create_popup_child_proc)) (widget);
146 /* Unmap a shell widget if it is mapped, and remove from grab list */
159 if (!shell_widget->shell.popped_up)
163 grab_kind = shell_widget->shell.grab_kind;
168 shell_widget->shell
[all...]
H A DHooks.c90 DeleteShellFromHookObj(const Widget shell, argument
99 if (ho->hooks.shells[ii] == shell) {
113 _XtAddShellToHookObj(Widget shell) argument
116 HookObject ho = (HookObject) XtHooksOfDisplay(XtDisplay(shell));
124 ho->hooks.shells[ho->hooks.num_shells++] = shell;
126 XtAddCallback(shell, XtNdestroyCallback, DeleteShellFromHookObj,
H A DKeyboard.c228 * if the pointer is outside the shell or inside
419 Widget shell; local in function:GetShell
421 for (shell = widget; shell && !XtIsShell(shell); shell = XtParent(shell)) {
423 return shell;
576 * shell borders are not occluded by the child, they're occluded
617 * If the shell ha
766 Widget shell = GetShell(widget); local in function:XtSetKeyboardFocus
[all...]
H A DShell.c143 sizeof(Boolean), Offset(shell.allow_shell_resize),
146 Offset(shell.geometry), XtRString, (XtPointer)NULL},
148 sizeof(XtCreatePopupChildProc), Offset(shell.create_popup_child_proc),
151 Offset(shell.save_under), XtRImmediate, (XtPointer)False},
153 Offset(shell.popup_callback), XtRCallback, (XtPointer) NULL},
155 Offset(shell.popdown_callback), XtRCallback, (XtPointer) NULL},
157 XtRBoolean, sizeof(Boolean), Offset(shell.override_redirect),
160 Offset(shell.visual), XtRImmediate, (XtPointer)CopyFromParent}
246 XtRBoolean, sizeof(Boolean), Offset(shell.override_redirect),
249 Offset(shell
1913 ShellWidget shell = (ShellWidget) (wid->core.parent); local in function:GeometryManager
[all...]
/xsrc/external/mit/libXt/dist/include/X11/
H A DVendorP.h86 /* New fields for the vendor shell widget. */
95 ShellPart shell; member in struct:__anon61a27edb0308
H A DShellP.h101 /* New fields for the shell widget */
126 ShellPart shell; member in struct:__anon46fc50250408
150 /* No new fields for the override shell widget */
157 ShellPart shell; member in struct:__anon46fc50250708
182 /* New fields for the WM shell widget */
213 ShellPart shell; member in struct:__anon46fc50250b08
246 /* New fields for the transient shell widget */
255 ShellPart shell; member in struct:__anon46fc50250e08
284 /* New fields for the top level shell widget */
295 ShellPart shell; member in struct:__anon46fc50251108
341 ShellPart shell; member in struct:__anon46fc50251408
424 ShellPart shell; member in struct:__anon46fc50251708
[all...]
/xsrc/external/mit/xmessage/dist/
H A Dxmessage.c222 /* assumes shell widget has already been realized */
225 position_near(Widget shell, int x, int y) argument
233 XtVaGetValues(shell,
242 max_x = WidthOfScreen(XtScreen(shell));
243 max_y = HeightOfScreen(XtScreen(shell));
263 XtVaSetValues(shell,
271 position_near_mouse(Widget shell) argument
278 XQueryPointer(XtDisplay(shell), XtWindow(shell),
280 position_near(shell,
284 position_near_center(Widget shell) argument
[all...]
/xsrc/external/mit/brotli/dist/python/
H A DMakefile26 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
27 EXT_SOURCES=$(shell find . -name '*.cc')
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dunixddef.mk17 TOP_DIR := $(shell cd $(TOP_DIR); pwd)
18 OBJ_DIR := $(shell cd $(OBJ_DIR); pwd)
H A Dax_prog_python_version.m411 # Makes sure that python supports the version indicated. If true the shell
12 # commands in ACTION-IF-TRUE are executed. If not the shell commands in
/xsrc/external/mit/xclipboard/dist/
H A Dxcutsel.c264 Widget shell; local in function:main
269 shell =
272 rdb = XtDatabase(XtDisplay(shell));
276 XtGetApplicationResources( shell, (XtPointer)&options,
281 XmuInternStrings( XtDisplay(shell), &options.selection_name, ONE,
284 box = XtCreateManagedWidget("box", boxWidgetClass, shell, NULL, ZERO);
313 XtRealizeWidget(shell);
/xsrc/external/mit/xdm/dist/greeter/
H A Dverify.c73 userEnv (struct display *d, int useSystemPath, char *user, char *home, char *shell) argument
85 env = setEnv (env, "SHELL", shell);
107 char *style, *shell, *home, *s, **argv; local in function:Verify
196 /* did not found the shell in /etc/shells
198 Debug("shell not in /etc/shells\n");
204 /* found the shell in /etc/shells */
226 char *shell, *home;
379 /* did not found the shell in /etc/shells
381 Debug("shell not in /etc/shells\n");
387 /* found the shell i
[all...]
/xsrc/external/mit/libdrm/dist/
H A DAndroid.sources.bp.mk17 $(eval lower_name := $(shell echo $(PREFIX)$(NAME) | tr 'A-Z' 'a-z')) \
/xsrc/external/mit/editres/dist/
H A Dwidgets.c74 static void PopupOnNode ( WNode * node, Widget shell );
166 * Arguments: parent - the shell to put them into.
491 res_box->shell = XtVaCreatePopupShell(global_effective_toolkit,
497 XtAddCallback(res_box->shell, XtNdestroyCallback,
501 res_box->shell, NULL, ZERO);
540 XtAddCallback(button,XtNcallback,PopdownResBox,(XtPointer)res_box->shell);
543 PopupOnNode(node, res_box->shell);
932 * Description: Pops a shell widget up centered on the node specified.
934 * shell - the shell t
924 PopupOnNode(WNode * node,Widget shell) argument
[all...]
H A Dgeometry.c305 Widget shell; local in function:CreateFlashWidget
314 shell = XtCreatePopupShell("flash", overrideShellWidgetClass,
319 XtGetValues(shell, args, num);
326 XtSetValues(shell, args, num);
335 tree_info->flash_widgets[tree_info->num_flash_widgets] = shell;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DSimpleMenP.h94 ShellPart shell; member in struct:_SimpleMenuRec
/xsrc/external/mit/libXaw/dist/src/
H A DVendor.c110 * Vendor shell class record
214 * The following section is for the Vendor shell Extension class record
456 ShellWidget shell = (ShellWidget)(wid->core.parent); local in function:XawVendorShellGeometryManager
459 if(shell->shell.allow_shell_resize == FALSE && XtIsRealized(wid))
480 if (XtMakeGeometryRequest((Widget)shell, &my_request, NULL)
483 * shell->core.width == request->width
485 * shell->core.height == request->height
491 wid->core.width = shell->core.width;
492 wid->core.height = shell
[all...]
H A DTip.c505 Widget shell = w; local in function:CreateTipInfo
509 while (XtParent(shell))
510 shell = XtParent(shell);
512 info->tip = (TipWidget)XtCreateWidget("tip", tipWidgetClass, shell, NULL, 0);
517 XtAddEventHandler(shell, KeyPressMask, False, TipShellEventHandler,
/xsrc/external/mit/brotli/dist/
H A DMakefile1 OS := $(shell uname)
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut_wayland.c13 struct wl_shell *shell; member in struct:display
36 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1);
121 window.shell_surface = wl_shell_get_shell_surface(display.shell,
/xsrc/external/mit/xterm/dist/package/debian/
H A Drules17 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
18 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
25 PACKAGE := $(shell dpkg-parsechangelog| \
/xsrc/external/mit/xcalc/dist/
H A Dxcalc.c58 static void create_calculator(Widget shell);
74 static Widget toplevel=NULL; /* top level shell widget */
184 static void create_calculator(Widget shell) argument
188 shell, (ArgList) NULL, ZERO);
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddetect.mk35 is_dos := $(findstring DOS,$(subst Dos,DOS,$(shell ver)))
55 is_dos := $(findstring Windows,$(strip $(shell ver)))
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp54 XCOMM Bourne shell does not automatically export modified environment variables
55 XCOMM so export the new PATH just in case the user changes the shell

Completed in 21 milliseconds

1234567891011>>