Lines Matching refs:lua_pushinteger
57 lua_pushinteger(L, ENOMEM); in lua_basename()
80 lua_pushinteger(L, errno); in lua_chmod()
83 lua_pushinteger(L, 0); in lua_chmod()
143 lua_pushinteger(L, errno); in lua_chown()
146 lua_pushinteger(L, 0); in lua_chown()
164 lua_pushinteger(L, 0); in lua_pclose()
172 lua_pushinteger(L, error); in lua_pclose()
198 lua_pushinteger(L, error); in lua_dup2()
206 lua_pushinteger(L, error); in lua_dup2()
239 lua_pushinteger(L, 0); in lua_execp()
247 lua_pushinteger(L, i); in lua_execp()
262 lua_pushinteger(L, error); in lua_execp()
277 lua_pushinteger(L, fnmatch(pattern, string, flags)); in lua_fnmatch()
295 lua_pushinteger(L, error); in lua_uname()
325 lua_pushinteger(L, ENOMEM); in lua_dirname()
346 lua_pushinteger(L, errno); in lua_fork()
350 lua_pushinteger(L, pid); in lua_fork()
359 lua_pushinteger(L, getpid()); in lua_getpid()
374 lua_pushinteger(L, errno); in lua_pipe()
378 lua_pushinteger(L, fd[0]); in lua_pipe()
379 lua_pushinteger(L, fd[1]); in lua_pipe()
423 lua_pushinteger(L, error); in lua_read()
440 lua_pushinteger(L, errno); in lua_realpath()
464 lua_pushinteger(L, errno); in lua_wait()
468 lua_pushinteger(L, pid); in lua_wait()
479 lua_pushinteger(L, WSTOPSIG(status)); in lua_wait()
483 lua_pushinteger(L, WEXITSTATUS(status)); in lua_wait()
487 lua_pushinteger(L, WTERMSIG(status)); in lua_wait()
524 lua_pushinteger(L, EINVAL); in lua_write()
534 lua_pushinteger(L, ret); in lua_write()
539 lua_pushinteger(L, error); in lua_write()
613 lua_pushinteger(L, f); \ in luaopen_posix_fnmatch()
645 lua_pushinteger(L, flag); \ in luaopen_posix_sys_wait()