Lines Matching refs:tcsetpgrp
6554 "tcsetpgrp(fd, pgid)\n\n\6562 if (!PyArg_ParseTuple(args, "i" PARSE_PID ":tcsetpgrp", &fd, &pgid))6564 if (tcsetpgrp(fd, pgid) < 0)9028 {"tcsetpgrp", posix_tcsetpgrp, METH_VARARGS, posix_tcsetpgrp__doc__},