Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/config/
HDconfig.h50 bool cw_eol; variable
52 configword() : cw_word(""), cw_eof(false), cw_eol(false) {} in configword()
53 configword(std::string &&word) : cw_word(word), cw_eof(false), cw_eol(false) {} in configword()
60 return (cw_eol); in eol()
69 cw_eol = eol; in eol()