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

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Doptions_test.cpp113 ATF_REQUIRE(!o.needs_arg());
127 ATF_REQUIRE(o.needs_arg());
144 ATF_REQUIRE(o.needs_arg());
160 ATF_REQUIRE(!o.needs_arg());
172 ATF_REQUIRE(o.needs_arg());
186 ATF_REQUIRE(o.needs_arg());
202 ATF_REQUIRE(!o.needs_arg());
213 ATF_REQUIRE(!o.needs_arg());
225 ATF_REQUIRE(o.needs_arg());
239 ATF_REQUIRE(o.needs_arg());
[all...]
H A Doptions.cpp147 cmdline::base_option::needs_arg(void) const function in class:cmdline::base_option
155 /// \pre needs_arg() must be true.
161 INV(needs_arg());
168 /// \pre needs_arg() must be true.
174 PRE(needs_arg());
200 if (needs_arg()) {
214 if (needs_arg()) {
H A Dparser.cpp90 if (option->needs_arg())
98 if (option->needs_arg())
323 if (option->needs_arg() && option->has_default_value())
356 if (option->needs_arg()) {
H A Doptions.hpp112 bool needs_arg(void) const;
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp71 if (option->needs_arg() && option->has_default_value())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c746 bool needs_arg = true;
772 needs_arg = false;
793 if (!needs_arg || tracker.completes_to_completion_word (word))
745 bool needs_arg = true; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c720 bool needs_arg = true;
746 needs_arg = false;
767 if (!needs_arg || tracker.completes_to_completion_word (word))
719 bool needs_arg = true; local

Completed in 235 milliseconds