Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c1453 Kstring, /* strings with prefixed length */ enumerator
1532 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; in getoption()
1697 case Kstring: { /* strings with length count */ in str_pack()
1736 luaL_argcheck(L, opt != Kstring && opt != Kzstr, 1, in str_packsize()
1832 case Kstring: { in str_unpack()