Home
last modified time | relevance | path

Searched refs:MAXCCALLS (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
Dlstrlib.c217 #if !defined(MAXCCALLS)
218 #define MAXCCALLS 200 macro
605 ms.matchdepth = MAXCCALLS; in str_find_aux()
612 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
646 ms.matchdepth = MAXCCALLS; in gmatch_aux()
655 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
753 ms.matchdepth = MAXCCALLS; in str_gsub()
760 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()
/external/syslinux/com32/lua/src/
Dlstrlib.c217 #if !defined(MAXCCALLS)
218 #define MAXCCALLS 200 macro
605 ms.matchdepth = MAXCCALLS; in str_find_aux()
612 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
646 ms.matchdepth = MAXCCALLS; in gmatch_aux()
655 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
753 ms.matchdepth = MAXCCALLS; in str_gsub()
760 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()