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