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

  /src/bin/sh/
output.h 55 #define OUTPUT_CLONE 0x02 /* this is a clone of another */
output.c 668 if (!(outx->flags & OUTPUT_CLONE))
680 outx->flags &= ~OUTPUT_CLONE;
709 o->flags = OUTPUT_CLONE;
745 if (o->fd >= 0 && !(o->flags & OUTPUT_CLONE))

Completed in 12 milliseconds