Searched refs:lmsg (Results 1 – 1 of 1) sorted by relevance
293 size_t lmsg; in incomplete() local294 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()295 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()