Home
last modified time | relevance | path

Searched refs:tput (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0003-dev_setup.sh-Remove-the-TERM-dependency.patch20 -# If tput is available and can handle multiple colors
21 -if found_exe tput ; then
22 - if [[ $(tput colors) != "-1" ]]; then
23 - GREEN=$(tput setaf 2)
24 - BLUE=$(tput setaf 4)
25 - CYAN=$(tput setaf 6)
26 - YELLOW=$(tput setaf 3)
27 - RESET=$(tput sgr0)
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/
H A Drun.sh22 tput setf 7 || tput setaf 7
25 tput sgr0
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/
H A Drun.sh23 tput setf 7 || tput setaf 7
26 tput sgr0
/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/00-patches/
H A D01-bashrc.diff11 if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
/OK3568_Linux_fs/buildroot/support/misc/
H A Dutils.mk74 TERM_BOLD := $(shell tput smso 2>/dev/null)
75 TERM_RESET := $(shell tput rmso 2>/dev/null)
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c80 int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument
85 return pdata->set_min_bus_tput(dev, tput); in dss_set_min_bus_tput()
/OK3568_Linux_fs/buildroot/package/ncurses/
H A DConfig.in26 Include ncurses programs in target (clear, reset, tput, ...)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddhdioctl.h87 uint64 tput; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddhdioctl.h87 uint64 tput; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddhdioctl.h87 uint64 tput; member
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190713.patch.gz ... | 2 39# doc/html/man/tput.1.html | 2 40# doc/ ...
HDncurses-6.1-20191026.patch.gz ... PRE> 134 <STRONG><A HREF="tput.1.html">tput(1)< ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddhdioctl.h83 uint64 tput; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/
H A Dftracetest208 ncolors=`tput colors 2>/dev/null || echo 0`
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddhdioctl.h83 uint64 tput; member
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py175 self.tput = read + write
H A Ddraw.py401 max_sample = max (trace.disk_stats, key = lambda s: s.tput)
404 [(sample.time, sample.tput) for sample in trace.disk_stats], \
413 label = "%dMB/s" % round ((max_sample.tput) / 1024.0)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/chips/
H A DCYW43455_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW4373_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW54591_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW54591_PCIE_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW5557X_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW5557X_PCIE_Makefile332 # tput enhancement
359 # tput enhancement
H A DCYW4354_Makefile332 # tput enhancement
359 # tput enhancement
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/
H A Dncurses.inc287 ${bindir}/tput \
296 # This keeps only tput/tset in ncurses

123