Searched defs:stdin (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dwinconsole.cpp79 echo_thread_info stdin = {NULL, NULL, 4096}; local
104 stdin.echo_read = GetStdHandle(STD_INPUT_HANDLE);
107 CreatePipe(&inkscape_stdin, &stdin.echo_write, &sa, 0);
144 stdin_thread = CreateThread(NULL, 0, echo_thread, (void*) &stdin, 0, &unused);

Completed in 90 milliseconds