Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c249 size_t lmsg; in incomplete() local
250 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
251 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()