Home
last modified time | relevance | path

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

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