Lines Matching refs:configword
332 configword
344 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 configword
390 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()
436 return (configword(get_line_buf())); in get_quoted_word()