Searched refs:cw_word (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/config/
H A Dconfig.h46 std::string cw_word; member in class:configword
50 configword() : cw_word(""), cw_eof(false), cw_eol(false) {}
51 configword(std::string &&word) : cw_word(word), cw_eof(false), cw_eol(false) {}
72 return (cw_word[idx]);
76 return (cw_word.c_str());
80 return (cw_word);
84 return (&cw_word);

Completed in 59 milliseconds