Searched refs:lxdialog (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/scripts/kconfig/
H A DMakefile145 # lxdialog stuff
146 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
150 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
159 # Utilizes the lxdialog package
166 lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o macro
167 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
170 mconf-objs := mconf.o zconf.tab.o $(lxdialog)
183 # Check that we have the required ncurses stuff installed for lxdialog (menuconfig)
185 $(addprefix $(obj)/,$(lxdialog)): $(obj)/dochecklxdialog
187 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf)
208 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
H A Dmconf.c23 #include "lxdialog/dialog.h"
/linux-4.1.27/scripts/kconfig/lxdialog/
H A Dmenubox.c30 * to the first position in the menu box. Now lxdialog is a bit
35 * lxdialog is re-invoked by the Menuconfig shell script, can't
38 * lxdialog.scrltmp which contains this information. The file is
39 * deleted by lxdialog if the user leaves a submenu or enters a new
45 * *) Now lxdialog is crash-safe against broken "lxdialog.scrltmp" files
49 * lxdialog, it sets the scrolling so that the selected item is in the
53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
55 * would leave mis-synchronized lxdialog.scrltmp files lying around,
H A Dcheck-lxdialog.sh43 tmp=.lxdialog.tmp
H A Ddialog.h170 /* item list manipulation for lxdialog use */
H A Dutil.c554 * lxdialog suggest <ESC> <ESC> which is correctly translated to two

Completed in 130 milliseconds