Searched refs:EOFMARK (Results 1 – 1 of 1) sorted by relevance
282 #define EOFMARK "<eof>" macro283 #define marklen (sizeof(EOFMARK)/sizeof(char) - 1)295 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()