Searched refs:lmsg (Results 1 – 3 of 3) sorted by relevance
249 size_t lmsg; in incomplete() local250 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()251 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()
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()
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()