HomeSort by: relevance | last modified time | path
    Searched defs:using_pty (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
tty.c 158 int using_pty = 0; /* we're allocating a pty as the device */ variable
289 return using_pty;
467 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
468 if (using_pty)
515 if (using_pty) {
584 if (using_pty || record_file != NULL) {
723 if (using_pty || record_file != NULL) {

Completed in 23 milliseconds