Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c495 static int str_find_aux (lua_State *L, int find) { in str_find_aux() function
539 return str_find_aux(L, 1); in str_find()
544 return str_find_aux(L, 0); in str_match()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c588 static int str_find_aux (lua_State *L, int find) { in str_find_aux() function
641 return str_find_aux(L, 1); in str_find()
646 return str_find_aux(L, 0); in str_match()