Home
last modified time | relevance | path

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

/freebsd/libexec/flua/modules/
H A Dlfbsd.c202 lua_process_makestdio(lua_State *L, int fd, const char *mode) in lua_process_makestdio() function
237 return (lua_process_makestdio(L, proc->stdin_fileno, "w")); in lua_process_stdin()
246 return (lua_process_makestdio(L, proc->stdout_fileno, "r")); in lua_process_stdout()