Home
last modified time | relevance | path

Searched refs:open_tty (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dttyin.c57 public int open_tty(void) in open_tty() function
115 tty = open_tty(); in open_getchr()
H A Dlsystem.c119 if (open_tty() < 0) in lsystem()
H A Dfuncs.h372 public int open_tty(void);
/netbsd-src/usr.sbin/wsmoused/
H A Dselection.c138 static void open_tty(int);
186 open_tty(i); in selection_startup()
342 open_tty(evt.value); in selection_wscons_event()
397 open_tty(int ttyno) in open_tty() function
/netbsd-src/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c91 static int open_tty(const char *);
222 tty_in = open_tty(tty); in main()
290 open_tty(const char *tty) in open_tty() function