Searched refs:cw_eof (Results 1 – 1 of 1) sorted by relevance
47 bool cw_eof; variable50 configword() : cw_word(""), cw_eof(false), cw_eol(false) {} in configword()51 configword(std::string &&word) : cw_word(word), cw_eof(false), cw_eol(false) {} in configword()54 return (cw_eof); in eof()62 cw_eof = eof; in eof()