Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c649 static int gmatch_aux (lua_State *L) { in gmatch_aux() function
683 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
/freebsd/contrib/lua/src/
H A Dlstrlib.c838 static int gmatch_aux (lua_State *L) { in gmatch_aux() function
866 lua_pushcclosure(L, gmatch_aux, 3); in gmatch()