Searched refs:lua_pushflag (Results 1 – 1 of 1) sorted by relevance
648 #define lua_pushflag(L, flag) do { \ in luaopen_posix_sys_wait() macro654 lua_pushflag(L, WNOHANG); in luaopen_posix_sys_wait()655 lua_pushflag(L, WUNTRACED); in luaopen_posix_sys_wait()657 lua_pushflag(L, WCONTINUED); in luaopen_posix_sys_wait()658 lua_pushflag(L, WSTOPPED); in luaopen_posix_sys_wait()660 lua_pushflag(L, WTRAPPED); in luaopen_posix_sys_wait()662 lua_pushflag(L, WEXITED); in luaopen_posix_sys_wait()663 lua_pushflag(L, WNOWAIT); in luaopen_posix_sys_wait()664 #undef lua_pushflag in luaopen_posix_sys_wait()