Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp74 static FILE * command_input; variable
1046 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1232 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2601 command_input = stdin; in debugger()
2706 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2727 if ( feof( command_input ) ) in debug_listen()