Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c580 static int nospecials (const char *p, size_t l) { in nospecials() function
618 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) { in str_find_aux()