Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c781 static int str_find_aux (lua_State *L, int find) { in str_find_aux() function
828 return str_find_aux(L, 1); in str_find()
833 return str_find_aux(L, 0); in str_match()