Home | History | Annotate | Download | only in Modules

Lines Matching refs:tcsetpgrp

6581 "tcsetpgrp(fd, pgid)\n\n\
6589 if (!PyArg_ParseTuple(args, "i" PARSE_PID ":tcsetpgrp", &fd, &pgid))
6591 if (tcsetpgrp(fd, pgid) < 0)
9062 {"tcsetpgrp", posix_tcsetpgrp, METH_VARARGS, posix_tcsetpgrp__doc__},