Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h54 extern int grabpgrp (int, pid_t);
H A Dsh.c1220 if (f != -1 && grabpgrp(f, shpgrp) != -1) { in main()
2548 grabpgrp(int fd, pid_t desired) in grabpgrp() function
H A Dsh.func.c2350 if (grabpgrp(FSHTTY, opgrp) == -1)