| /xsrc/external/mit/freetype/dist/builds/unix/ |
| unixddef.mk | 17 TOP_DIR := $(shell cd $(TOP_DIR); pwd) 18 OBJ_DIR := $(shell cd $(OBJ_DIR); pwd)
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| hello.lsp | 37 (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/ |
| Popup.c | 65 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.popped_up = FALSE [all...] |
| Hooks.c | 90 DeleteShellFromHookObj(const Widget shell, 99 if (ho->hooks.shells[ii] == shell) { 113 _XtAddShellToHookObj(Widget shell) 116 HookObject ho = (HookObject) XtHooksOfDisplay(XtDisplay(shell)); 124 ho->hooks.shells[ho->hooks.num_shells++] = shell; 126 XtAddCallback(shell, XtNdestroyCallback, DeleteShellFromHookObj,
|
| Keyboard.c | 228 * if the pointer is outside the shell or inside 419 Widget shell; local 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 has the focus but the source widge 766 Widget shell = GetShell(widget); local [all...] |
| Shell.c | 80 #include "Shell.h" 102 * Note: per the Xt spec, the Shell geometry management assumes in 123 * Shell class record 143 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) 1913 ShellWidget shell = (ShellWidget) (wid->core.parent); local [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| VendorP.h | 86 /* New fields for the vendor shell widget. */ 95 ShellPart shell; member in struct:__anon6039
|
| ShellP.h | 49 * ShellP.h - Private definitions for Shell widget 60 #include <X11/Shell.h> 72 * Shell Widget Private Data 76 /* New fields for the Shell widget class record */ 101 /* New fields for the shell widget */ 126 ShellPart shell; member in struct:__anon6017 150 /* No new fields for the override shell widget */ 157 ShellPart shell; member in struct:__anon6020 182 /* New fields for the WM shell widget */ 213 ShellPart shell; member in struct:__anon6024 255 ShellPart shell; member in struct:__anon6027 295 ShellPart shell; member in struct:__anon6030 341 ShellPart shell; member in struct:__anon6033 424 ShellPart shell; member in struct:__anon6036 [all...] |
| /xsrc/external/mit/xmessage/dist/ |
| xmessage.c | 39 #include <X11/Shell.h> 222 /* assumes shell widget has already been realized */ 225 position_near(Widget shell, int x, int y) 233 XtVaGetValues(shell, 242 max_x = WidthOfScreen(XtScreen(shell)); 243 max_y = HeightOfScreen(XtScreen(shell)); 263 XtVaSetValues(shell, 271 position_near_mouse(Widget shell) 278 XQueryPointer(XtDisplay(shell), XtWindow(shell), [all...] |
| /xsrc/external/mit/brotli/dist/python/ |
| Makefile | 26 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))') 27 EXT_SOURCES=$(shell find . -name '*.cc')
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/ |
| Android.mk | 57 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27; echo $$?), 0)
|
| /xsrc/external/mit/freetype/dist/builds/dos/ |
| detect.mk | 35 is_dos := $(findstring DOS,$(subst Dos,DOS,$(shell ver))) 55 is_dos := $(findstring Windows,$(strip $(shell ver))) 125 ifneq ($(findstring bash,$(SHELL)),) # check for bash
|
| /xsrc/external/mit/xclipboard/dist/ |
| xcutsel.c | 264 Widget shell; local 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/ |
| verify.c | 73 userEnv (struct display *d, int useSystemPath, char *user, char *home, char *shell) 85 env = setEnv (env, "SHELL", shell); 107 char *style, *shell, *home, *s, **argv; local 191 * Shell must be in /etc/shells 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; local 374 * Shell must be in /etc/shell [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| Android.sources.bp.mk | 17 $(eval lower_name := $(shell echo $(PREFIX)$(NAME) | tr 'A-Z' 'a-z')) \
|
| /xsrc/external/mit/editres/dist/ |
| widgets.c | 74 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 to popup [all...] |
| geometry.c | 34 #include <X11/Shell.h> 305 Widget shell; local 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/ |
| SimpleMenP.h | 94 ShellPart shell; member in struct:_SimpleMenuRec
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Vendor.c | 110 * Vendor shell class record 214 * The following section is for the Vendor shell Extension class record 456 ShellWidget shell = (ShellWidget)(wid->core.parent); local 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 487 * so, whatever the WM sized us to (if the Shell requested 491 wid->core.width = shell->core.width [all...] |
| Tip.c | 505 Widget shell = w; local 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/ |
| Makefile | 1 OS := $(shell uname)
|
| /xsrc/external/mit/freetype/dist/builds/ |
| freetype.mk | 134 INCLUDE_FLAGS += $(shell pkg-config --cflags libpng) 135 INCLUDE_FLAGS += $(shell pkg-config --cflags harfbuzz) 136 INCLUDE_FLAGS += $(shell pkg-config --cflags libbrotlidec) 347 # The Dos command shell does not support very long list of arguments, so
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| eglut_wayland.c | 13 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/ |
| rules | 9 SHELL = /bin/bash 17 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| \ 154 && $(SHELL) -c 'for p in *; do \ 170 && $(SHELL) -c 'for p in *;do \
|
| /xsrc/external/mit/xcalc/dist/ |
| xcalc.c | 45 #include <X11/Shell.h> 58 static void create_calculator(Widget shell); 74 static Widget toplevel=NULL; /* top level shell widget */ 184 static void create_calculator(Widget shell) 188 shell, (ArgList) NULL, ZERO);
|