HomeSort by: relevance | last modified time | path
    Searched refs:attndes (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tip/
tipout.c 133 pfd[0].fd = attndes[0];
143 if (read(attndes[0], &ccc, 1) > 0) {
cmds.c 142 (void)write(attndes[1], "W", 1); /* Put TIPOUT into a wait state */
297 (void)write(attndes[1], "W", 1); /* put TIPOUT into a wait state */
477 (void)write(attndes[1], "W", 1); /* put TIPOUT into a wait state */
525 (void)write(attndes[1], "W", 1); /* put TIPOUT into a wait state */
609 (void)write(attndes[1], "S", 1);
744 (void)write(attndes[1], "B", 1); /* Tell TIPOUT to toggle */
tip.h 232 extern int attndes[2]; /* coprocess wakeup channel */
tip.c 63 int attndes[2]; variable in typeref:typename:int[2]
283 (void)pipe(attndes);

Completed in 13 milliseconds