Searched refs:luaL_bufflen (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ | ||
| H A D | lauxlib.h | 218 #define luaL_bufflen(bf) ((bf)->n) macro |
| H A D | loadlib.c | 499 endpathname = pathname + luaL_bufflen(&buff) - 1; in searchpath() |