Home
last modified time | relevance | path

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

/freebsd/libexec/flua/modules/
H A Dlposix.c644 #define lua_pushflag(L, flag) do { \ in luaopen_posix_sys_wait() macro
650 lua_pushflag(L, WNOHANG); in luaopen_posix_sys_wait()
651 lua_pushflag(L, WUNTRACED); in luaopen_posix_sys_wait()
653 lua_pushflag(L, WCONTINUED); in luaopen_posix_sys_wait()
654 lua_pushflag(L, WSTOPPED); in luaopen_posix_sys_wait()
656 lua_pushflag(L, WTRAPPED); in luaopen_posix_sys_wait()
658 lua_pushflag(L, WEXITED); in luaopen_posix_sys_wait()
659 lua_pushflag(L, WNOWAIT); in luaopen_posix_sys_wait()
660 #undef lua_pushflag in luaopen_posix_sys_wait()