Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c240 #if !defined(MAXCCALLS)
241 #define MAXCCALLS 200 macro
635 ms.matchdepth = MAXCCALLS; in str_find_aux()
642 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
676 ms.matchdepth = MAXCCALLS; in gmatch_aux()
685 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
783 ms.matchdepth = MAXCCALLS; in str_gsub()
790 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()