Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.c251 #define EOFMARK "<eof>" macro
252 #define marklen (sizeof(EOFMARK)/sizeof(char) - 1)
258 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()