Searched refs:owr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dpipe.c97 q->owr = -1;
156 if (qsysdep->owr != qsysdep->ord
157 && qsysdep->owr >= 0
158 && close (qsysdep->owr) < 0)
164 qsysdep->owr = -1;
190 under us. The code alternates q->o between q->ord and q->owr as
234 q->owr = aidescs[0];
239 q->iwr_flags = fcntl (q->owr, F_GETFL, 0);
H A Dserial.c518 q->owr = -1;
1317 q->ord and q->owr as appropriate. It is always q->ord before any
1331 q->owr = 1;
1336 q->iwr_flags = fcntl (q->owr, F_GETFL, 0);
1440 if (qs->iwr_flags >= 0 && qs->ord != qs->owr)
1447 isys = fcntl (qs->owr, F_SETFL, iwant);
1455 isys = fcntl (qs->owr, F_SETFL, iwant);
1537 (void) close (qsysdep->owr);
2719 qsysdep->o = qsysdep->owr;
2883 if (q->owr >
[all...]
H A Dtcp.c126 q->owr = -1;
H A Dtli.c168 q->owr = -1;
H A Dcusub.c1156 owrite = ((struct ssysdep_conn *) qconn->psysdep)->owr;
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dvntelex.el243 ("owr" ?,17(B) ; LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h363 int owr;
361 int owr; member in struct:ssysdep_conn

Completed in 55 milliseconds