Home
last modified time | relevance | path

Searched refs:xterm (Results 1 – 3 of 3) sorted by relevance

/arch/um/drivers/
Dxterm_kern.c22 struct xterm_wait *xterm = data; in xterm_interrupt() local
25 fd = os_rcv_fd(xterm->fd, &xterm->pid); in xterm_interrupt()
29 xterm->new_fd = fd; in xterm_interrupt()
30 complete(&xterm->ready); in xterm_interrupt()
DMakefile58 obj-$(CONFIG_XTERM_CHAN) += xterm.o xterm_kern.o
64 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o
/arch/um/
DKconfig.char58 bool "xterm channel support"
62 its own xterm.
81 default "xterm"
85 be overridden from the command line. The default value is "xterm",
89 which don't have X or xterm available.