Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dconfig.h48 bool cw_eol; variable
50 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()