Lines Matching refs:lua_pushinteger
138 lua_pushinteger(L, ent->d_type); in lua_dir_iter_pushtype()
238 lua_pushinteger(L, (lua_Integer)sb->st_ ## stname); \
324 lua_pushinteger(L, EINVAL); in lua_attributes()
334 lua_pushinteger(L, errno); in lua_attributes()
379 lua_pushinteger(L, EINVAL); in lua_mkdir()
389 lua_pushinteger(L, serrno); in lua_mkdir()
407 lua_pushinteger(L, EINVAL); in lua_rmdir()
417 lua_pushinteger(L, serrno); in lua_rmdir()
445 lua_pushinteger(L, DT_DIR); in luaopen_lfs()
447 lua_pushinteger(L, DT_REG); in luaopen_lfs()
449 lua_pushinteger(L, DT_LNK); in luaopen_lfs()