Searched defs:configword (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/config/
H A Dconfig.h44 class configword { class
50 configword() : cw_word(""), cw_eof(false), cw_eol(false) {} function in class:configword
51 configword(std::string &&word) : cw_word(word), cw_eof(false), cw_eol(false) {} function in class:configword

Completed in 150 milliseconds