Home
last modified time | relevance | path

Searched refs:SCREEN (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/screen/
H A D0002-install-no-backup-binary.patch22 - -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
23 - then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
24 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
25 -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
29 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
33 rm -f $(DESTDIR)$(bindir)/$(SCREEN)
H A D0004-install-nonversioned-binary.patch3 Subject: Support overriding SCREEN to get a non-versioned binary
5 If a packager runs "make install SCREEN=screen", do not create
18 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
19 -chown root $(DESTDIR)$(bindir)/$(SCREEN)
20 -chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
21 +ifneq (${SCREEN},screen)
24 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
H A D0003-install-always-chmod.patch20 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
21 - -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
22 + -chown root $(DESTDIR)$(bindir)/$(SCREEN)
23 + -chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
26 (cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
H A Dscreen.mk17 SCREEN_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
/OK3568_Linux_fs/buildroot/package/rubix/
H A D0002-misc-fixes.patch62 @@ -80,11 +80,17 @@ void error_statement(SCREEN *s)
64 int reset_data_buffers(SCREEN *s)
81 @@ -106,7 +112,7 @@ int reset_data_buffers(SCREEN *s)
90 @@ -139,8 +145,8 @@ int init_screen(SCREEN *s)
101 @@ -182,10 +188,10 @@ int init_screen(SCREEN *s)
114 @@ -946,13 +952,18 @@ void close_screen(SCREEN *s)
115 void clear_screen(SCREEN *s)
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c86 {SCREEN, "screen"},
231 case SCREEN: in xf86parseDeviceSection()
H A Dxf86tokens.h256 SCREEN, enumerator
H A DLayout.c71 {SCREEN, "screen"},
133 case SCREEN: in xf86parseLayoutSection()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt228 R000 MIT-SCREEN-SAVER:QueryVersion
229 R001 MIT-SCREEN-SAVER:QueryInfo
230 R002 MIT-SCREEN-SAVER:SelectInput
231 R003 MIT-SCREEN-SAVER:SetAttributes
232 R004 MIT-SCREEN-SAVER:UnsetAttributes
233 R005 MIT-SCREEN-SAVER:Suspend
234 V000 MIT-SCREEN-SAVER:Notify
/OK3568_Linux_fs/u-boot/board/freescale/m5253evbe/
H A DREADME43 4. SCREEN DUMP
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191214.patch.gz1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191221.patch.gz1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190824.patch.gz1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/external/xserver/include/
H A Dxorg-server.h.in89 /* Support MIT-SCREEN-SAVER extension */
H A Dxorg-server.h.meson.in89 /* Support MIT-SCREEN-SAVER extension */
H A Ddix-config.h.in289 /* Support MIT-SCREEN-SAVER extension */
H A Ddo-not-use-config.h.in546 /* Support MIT-SCREEN-SAVER extension */
/OK3568_Linux_fs/u-boot/board/freescale/m53017evb/
H A DREADME140 4. SCREEN DUMP
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Drc-tables.rst631 - ZOOM / FULL SCREEN / ZOOM+ / HIDE PANNEL / SWITCH
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.m54418twr126 4. SCREEN DUMP
/OK3568_Linux_fs/u-boot/board/freescale/m52277evb/
H A DREADME136 4. SCREEN DUMP
/OK3568_Linux_fs/u-boot/board/freescale/m547xevb/
H A DREADME160 5. SCREEN DUMP
/OK3568_Linux_fs/u-boot/board/freescale/m5373evb/
H A DREADME140 4. SCREEN DUMP
/OK3568_Linux_fs/u-boot/board/freescale/m54455evb/
H A DREADME208 5. SCREEN DUMP

12