Searched refs:configword (Results 1 – 4 of 4) sorted by relevance
44 class configword {50 configword() : cw_word(""), cw_eof(false), cw_eol(false) {} in configword() function51 configword(std::string &&word) : cw_word(word), cw_eof(false), cw_eol(false) {} in configword() function61 configword &eof(bool eof) { in eof()66 configword &eol(bool eol) { in eol()91 configword get_word(FILE *);92 configword get_quoted_word(FILE *);
332 configword344 return (configword().eof(true)); in get_word()355 return (configword().eol(true)); in get_word()360 return (configword(get_line_buf())); in get_word()368 return (configword().eof(true)); in get_word()370 return (configword(get_line_buf())); in get_word()378 configword390 return (configword().eof(true)); in get_quoted_word()401 return (configword().eol(true)); in get_quoted_word()435 return (configword().eof(true)); in get_quoted_word()[all …]
196 configword cp, inw; in do_option()364 configword wd; in read_option_file()
388 configword wd; in read_file()