Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c577 static int str_find_aux (lua_State *L, int find) { in str_find_aux() function
630 return str_find_aux(L, 1); in str_find()
635 return str_find_aux(L, 0); in str_match()