Searched refs:stdout_fd (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c825 static int linenoiseEdit(int stdin_fd, int stdout_fd, char *buf, size_t buflen, const char *prompt) argument
832 l.ofd = stdout_fd;
839 l.cols = getColumns(stdin_fd, stdout_fd);

Completed in 26 milliseconds