Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c566 static int nospecials (const char *p, size_t l) { in nospecials() function
588 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) { in str_find_aux()