Searched defs:posi (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lutf8lib.c | 100 lua_Integer posi = u_posrelat(luaL_optinteger(L, 2, 1), len); in utflen() local 129 lua_Integer posi = u_posrelat(luaL_optinteger(L, 2, 1), len); in codepoint() local 191 lua_Integer posi = (n >= 0) ? 1 : len + 1; in byteoffset() local
|
H A D | lstrlib.c | 181 size_t posi = posrelatI(pi, l); in str_byte() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 145 size_t posi = posrelat(luaL_optinteger(L, 2, 1), l); in str_byte() local
|