HomeSort by: relevance | last modified time | path
    Searched refs:fdforkpty (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
fdforkpty.c 30 fdforkpty(__unused int ptmfd, int *master, char *name, struct termios *tio, function
  /src/external/bsd/tmux/dist/
compat.h 396 /* fdforkpty.c */
398 pid_t fdforkpty(int, int *, char *, struct termios *,
job.c 116 pid = fdforkpty(ptm_fd, &master, tty, NULL, &ws);
spawn.c 370 new_wp->pid = fdforkpty(ptm_fd, &new_wp->fd, new_wp->tty, NULL, &ws);
configure 7582 # Look for fdforkpty and forkpty in libutil.
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdforkpty" >&5
7584 $as_echo_n "checking for library containing fdforkpty... " >&6; }
7598 char fdforkpty ();
7602 return fdforkpty ();
7646 *" fdforkpty.$ac_objext "* ) ;;
7647 *) LIBOBJS="$LIBOBJS fdforkpty.$ac_objext"
  /src/external/bsd/tmux/usr.bin/tmux/
Makefile 154 SRCS+= fdforkpty.c

Completed in 31 milliseconds