Searched refs:fXargsInput (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/text_search/ |
H A D | Grepper.cpp | 101 fXargsInput(-1), in Grepper() 206 write(fXargsInput, fileName, strlen(fileName)); in _WriterThread() 207 write(fXargsInput, "\n", 1); in _WriterThread() 221 write(fXargsInput, kEOFTag, strlen(kEOFTag)); in _WriterThread() 222 write(fXargsInput, "\n", 1); in _WriterThread() 223 close(fXargsInput); in _WriterThread() 298 fXargsInput = fds[1]; // write to in, appears on command's stdin in _RunnerThread() 301 close(fXargsInput); in _RunnerThread() 314 close(fXargsInput); in _RunnerThread() 344 close(fXargsInput); in _RunnerThread()
|
H A D | Grepper.h | 59 int fXargsInput; variable
|