Lines Matching defs:L

55 static int str_len (lua_State *L) {  in str_len()
87 static size_t getendpos (lua_State *L, int arg, lua_Integer def, in getendpos()
100 static int str_sub (lua_State *L) { in str_sub()
112 static int str_reverse (lua_State *L) { in str_reverse()
124 static int str_lower (lua_State *L) { in str_lower()
137 static int str_upper (lua_State *L) { in str_upper()
150 static int str_rep (lua_State *L) { in str_rep()
177 static int str_byte (lua_State *L) { in str_byte()
195 static int str_char (lua_State *L) { in str_char()
222 static int writer (lua_State *L, const void *b, size_t size, void *ud) { in writer()
233 static int str_dump (lua_State *L) { in str_dump()
264 static int tonum (lua_State *L, int arg) { in tonum()
277 static void trymt (lua_State *L, const char *mtname) { in trymt()
288 static int arith (lua_State *L, int op, const char *mtname) { in arith()
297 static int arith_add (lua_State *L) { in arith_add()
301 static int arith_sub (lua_State *L) { in arith_sub()
305 static int arith_mul (lua_State *L) { in arith_mul()
309 static int arith_mod (lua_State *L) { in arith_mod()
313 static int arith_pow (lua_State *L) { in arith_pow()
317 static int arith_div (lua_State *L) { in arith_div()
321 static int arith_idiv (lua_State *L) { in arith_idiv()
325 static int arith_unm (lua_State *L) { in arith_unm()
362 lua_State *L; member
757 static void prepstate (MatchState *ms, lua_State *L, in prepstate()
773 static int str_find_aux (lua_State *L, int find) { in str_find_aux()
819 static int str_find (lua_State *L) { in str_find()
824 static int str_match (lua_State *L) { in str_match()
838 static int gmatch_aux (lua_State *L) { in gmatch_aux()
854 static int gmatch (lua_State *L) { in gmatch()
874 lua_State *L = ms->L; in add_s() local
908 lua_State *L = ms->L; in add_value() local
942 static int str_gsub (lua_State *L) { in str_gsub()
1056 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx()
1152 static int quotefloat (lua_State *L, char *buff, lua_Number n) { in quotefloat()
1177 static void addliteral (lua_State *L, luaL_Buffer *b, int arg) {
1231 static void checkformat (lua_State *L, const char *form, const char *flags,
1251 static const char *getformat (lua_State *L, const char *strfrmt,
1279 static int str_format (lua_State *L) {
1427 lua_State *L; member
1488 static void initheader (lua_State *L, Header *h) {
1613 static int str_pack (lua_State *L) {
1716 static int str_packsize (lua_State *L) {
1744 static lua_Integer unpackint (lua_State *L, const char *str,
1770 static int str_unpack (lua_State *L) {
1872 static void createmetatable (lua_State *L) {
1889 LUAMOD_API int luaopen_string (lua_State *L) {