Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlobject.c346 int luaO_utf8esc (char *buff, unsigned long x) { in luaO_utf8esc() function
445 int l = luaO_utf8esc(buff, cast(long, va_arg(argp, long))); in luaO_pushvfstring()
H A Dllex.c347 int n = luaO_utf8esc(buff, readutf8esc(ls)); in utf8esc()
H A Dlobject.h535 LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x);