Searched refs:cw_eol (Results 1 – 1 of 1) sorted by relevance
48 bool cw_eol; 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()58 return (cw_eol); in eol()67 cw_eol = eol; in eol()