Home
last modified time | relevance | path

Searched refs:fStdOutOpen (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DCommandPipe.cpp25 fStdOutOpen(false), in BCommandPipe()
86 if (fStdOutOpen) { in Close()
88 fStdOutOpen = false; in Close()
203 fStdOutOpen = true; in PipeInto()
223 fStdOutOpen = true; in PipeInto()
/haiku/headers/private/shared/
H A DCommandPipe.h90 bool fStdOutOpen; variable