Searched refs:lmsg (Results 1 – 1 of 1) sorted by relevance
165 size_t lmsg; in incomplete() local166 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()167 const char *tp = msg + lmsg - (sizeof(LUA_QL("<eof>")) - 1); in incomplete()