Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c576 static int nospecials (const char *p, size_t l) { in nospecials() function
598 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) { in str_find_aux()
/freebsd/contrib/lua/src/
H A Dlstrlib.c746 static int nospecials (const char *p, size_t l) { in nospecials() function
783 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) { in str_find_aux()