Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/pkg_install/lib/
Dlib.h114 PLIST_NAME, PLIST_UNEXEC, PLIST_SRC, PLIST_DISPLAY, enumerator
Dplist.c243 return PLIST_DISPLAY; in plist_cmd()
372 case PLIST_DISPLAY: in write_plist()
/freebsd-10-stable/usr.sbin/pkg_install/info/
Dshow.c168 case PLIST_DISPLAY: in show_plist()
/freebsd-10-stable/usr.sbin/pkg_install/create/
Dperform.c318 add_plist(&plist, PLIST_DISPLAY, DISPLAY_FNAME); in pkg_perform()
/freebsd-10-stable/usr.sbin/pkg_install/add/
Dperform.c636 if ((p = find_plist(&Plist, PLIST_DISPLAY)) != NULL) { in pkg_do()