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

/haiku/src/bin/pkgman/
H A Dcommand_search.cpp146 bool listAll = false; local
173 listAll = true;
216 if ((!listAll && argc != optind + 1) || (listAll && requirements))
219 const char* searchString = listAll ? "" : argv[optind++];

Completed in 77 milliseconds