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

/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c329 * packages installed the files in which_list.
332 find_pkg(struct which_head *which_list) argument
338 TAILQ_FOREACH(wp, which_list, next) {
392 TAILQ_FOREACH(wp, which_list, next) {
409 TAILQ_FOREACH(wp, which_list, next) {
418 while (!TAILQ_EMPTY(which_list)) {
419 wp = TAILQ_FIRST(which_list);
420 TAILQ_REMOVE(which_list, wp, next);
424 free(which_list);
/freebsd-9.3-release/contrib/dialog/
H A Dfselect.c510 #define which_list() ((state == sFILES) \ macro
732 scroll_list(-1, which_list());
736 scroll_list(1, which_list());
740 scroll_list(-1, which_list());
744 scroll_list(1, which_list());
747 scroll_list(-1, which_list());
750 scroll_list(1, which_list());
753 if (change_list(-1, which_list()))
763 if (change_list(1, which_list()))

Completed in 53 milliseconds