Home | History | Annotate | Line # | Download | only in liblua
      1 luaL_addgsub
      2 luaL_addlstring
      3 luaL_addstring
      4 luaL_addvalue
      5 luaL_argerror
      6 luaL_buffinit
      7 luaL_buffinitsize
      8 luaL_callmeta
      9 luaL_checkany
     10 luaL_checkinteger
     11 luaL_checklstring
     12 luaL_checknumber
     13 luaL_checkoption
     14 luaL_checkstack
     15 luaL_checktype
     16 luaL_checkudata
     17 luaL_checkversion_
     18 luaL_error
     19 luaL_execresult
     20 luaL_fileresult
     21 luaL_getmetafield
     22 luaL_getsubtable
     23 luaL_gsub
     24 luaL_len
     25 luaL_loadbufferx
     26 luaL_loadfilex
     27 luaL_loadstring
     28 luaL_newmetatable
     29 luaL_newstate
     30 luaL_openlibs
     31 luaL_optinteger
     32 luaL_optlstring
     33 luaL_optnumber
     34 luaL_prepbuffsize
     35 luaL_pushresult
     36 luaL_pushresultsize
     37 luaL_ref
     38 luaL_requiref
     39 luaL_setfuncs
     40 luaL_setmetatable
     41 luaL_testudata
     42 luaL_tolstring
     43 luaL_traceback
     44 luaL_typeerror
     45 luaL_unref
     46 luaL_where
     47 lua_absindex
     48 lua_arith
     49 lua_atpanic
     50 lua_callk
     51 lua_checkstack
     52 lua_close
     53 lua_closeslot
     54 lua_closethread
     55 lua_compare
     56 lua_concat
     57 lua_copy
     58 lua_createtable
     59 lua_dump
     60 lua_error
     61 lua_gc
     62 lua_getallocf
     63 lua_getfield
     64 lua_getglobal
     65 lua_gethook
     66 lua_gethookcount
     67 lua_gethookmask
     68 lua_geti
     69 lua_getinfo
     70 lua_getiuservalue
     71 lua_getlocal
     72 lua_getmetatable
     73 lua_getstack
     74 lua_gettable
     75 lua_gettop
     76 lua_getupvalue
     77 lua_ident
     78 lua_iscfunction
     79 lua_isinteger
     80 lua_isnumber
     81 lua_isstring
     82 lua_isuserdata
     83 lua_isyieldable
     84 lua_len
     85 lua_load
     86 lua_newstate
     87 lua_newthread
     88 lua_newuserdatauv
     89 lua_next
     90 lua_pcallk
     91 lua_pushboolean
     92 lua_pushcclosure
     93 lua_pushfstring
     94 lua_pushinteger
     95 lua_pushlightuserdata
     96 lua_pushlstring
     97 lua_pushnil
     98 lua_pushnumber
     99 lua_pushstring
    100 lua_pushthread
    101 lua_pushvalue
    102 lua_pushvfstring
    103 lua_rawequal
    104 lua_rawget
    105 lua_rawgeti
    106 lua_rawgetp
    107 lua_rawlen
    108 lua_rawset
    109 lua_rawseti
    110 lua_rawsetp
    111 lua_resetthread
    112 lua_resume
    113 lua_rotate
    114 lua_setallocf
    115 lua_setcstacklimit
    116 lua_setfield
    117 lua_setglobal
    118 lua_sethook
    119 lua_seti
    120 lua_setiuservalue
    121 lua_setlocal
    122 lua_setmetatable
    123 lua_settable
    124 lua_settop
    125 lua_setupvalue
    126 lua_setwarnf
    127 lua_status
    128 lua_stringtonumber
    129 lua_toboolean
    130 lua_tocfunction
    131 lua_toclose
    132 lua_tointegerx
    133 lua_tolstring
    134 lua_tonumberx
    135 lua_topointer
    136 lua_tothread
    137 lua_touserdata
    138 lua_type
    139 lua_typename
    140 lua_upvalueid
    141 lua_upvaluejoin
    142 lua_version
    143 lua_warning
    144 lua_xmove
    145 lua_yieldk
    146 luaopen_base
    147 luaopen_coroutine
    148 luaopen_debug
    149 luaopen_io
    150 luaopen_math
    151 luaopen_os
    152 luaopen_package
    153 luaopen_string
    154 luaopen_table
    155 luaopen_utf8
    156