Home
last modified time | relevance | path

Searched refs:lmsg (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlua.c293 size_t lmsg; in incomplete() local
294 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
295 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()