Home
last modified time | relevance | path

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

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