|
libalpm
Arch Linux Package Manager Library
|
#include <conf.h>

Data Fields | |
| unsigned short | op |
| unsigned short | quiet |
| unsigned short | verbose |
| unsigned short | version |
| unsigned short | help |
| unsigned short | noconfirm |
| unsigned short | noprogressbar |
| unsigned short | logmask |
| unsigned short | |
| unsigned short | checkspace |
| unsigned short | usesyslog |
| unsigned short | usedelta |
| char * | arch |
| char * | print_format |
| char * | configfile |
| char * | rootdir |
| char * | dbpath |
| char * | logfile |
| char * | gpgdir |
| alpm_list_t * | cachedirs |
| unsigned short | op_q_isfile |
| unsigned short | op_q_info |
| unsigned short | op_q_list |
| unsigned short | op_q_foreign |
| unsigned short | op_q_unrequired |
| unsigned short | op_q_deps |
| unsigned short | op_q_explicit |
| unsigned short | op_q_owns |
| unsigned short | op_q_search |
| unsigned short | op_q_changelog |
| unsigned short | op_q_upgrade |
| unsigned short | op_q_check |
| unsigned short | op_s_clean |
| unsigned short | op_s_downloadonly |
| unsigned short | op_s_info |
| unsigned short | op_s_sync |
| unsigned short | op_s_search |
| unsigned short | op_s_upgrade |
| unsigned short | group |
| unsigned short | noask |
| unsigned int | ask |
| alpm_transflag_t | flags |
| alpm_siglevel_t | siglevel |
| unsigned short | chomp |
| unsigned short | verbosepkglists |
| unsigned short | totaldownload |
| unsigned short | cleanmethod |
| alpm_list_t * | holdpkg |
| alpm_list_t * | syncfirst |
| alpm_list_t * | ignorepkg |
| alpm_list_t * | ignoregrp |
| alpm_list_t * | noupgrade |
| alpm_list_t * | noextract |
| char * | xfercommand |
| alpm_handle_t * | handle |
| alpm_list_t * | explicit_adds |
| alpm_list_t * | explicit_removes |
| char* __config_t::arch |
Definition at line 38 of file conf.h.
Referenced by config_free(), and config_set_arch().
| unsigned int __config_t::ask |
Definition at line 72 of file conf.h.
Referenced by cb_question().
Definition at line 48 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::checkspace |
| unsigned short __config_t::chomp |
| unsigned short __config_t::cleanmethod |
| char* __config_t::configfile |
Definition at line 43 of file conf.h.
Referenced by config_free(), config_new(), and main().
| char* __config_t::dbpath |
Definition at line 45 of file conf.h.
Referenced by config_free().
Definition at line 97 of file conf.h.
Referenced by config_free(), display_targets(), and pacman_upgrade().
Definition at line 98 of file conf.h.
Referenced by config_free(), and display_targets().
Definition at line 73 of file conf.h.
Referenced by main(), pacman_database(), pacman_remove(), pacman_sync(), and pacman_upgrade().
| char* __config_t::gpgdir |
Definition at line 47 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::group |
Definition at line 70 of file conf.h.
Referenced by needs_root(), pacman_query(), and pacman_sync().
Definition at line 95 of file conf.h.
Referenced by cb_event(), check_syncdbs(), display_targets(), dump_pkg_backups(), dump_pkg_files(), dump_pkg_full(), main(), pacman_database(), pacman_deptest(), pacman_query(), pacman_remove(), pacman_sync(), pacman_upgrade(), sync_prepare_execute(), trans_init(), trans_init_error(), and trans_release().
| unsigned short __config_t::help |
Definition at line 86 of file conf.h.
Referenced by config_free(), and pacman_remove().
Definition at line 89 of file conf.h.
Referenced by config_free().
Definition at line 88 of file conf.h.
Referenced by config_free().
| char* __config_t::logfile |
Definition at line 46 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::logmask |
Definition at line 33 of file conf.h.
Referenced by config_new(), main(), pm_vasprintf(), and pm_vfprintf().
| unsigned short __config_t::noask |
Definition at line 71 of file conf.h.
Referenced by cb_question(), and main().
| unsigned short __config_t::noconfirm |
Definition at line 31 of file conf.h.
Referenced by main(), multiselect_question(), and select_question().
Definition at line 91 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::noprogressbar |
Definition at line 32 of file conf.h.
Referenced by cb_dl_progress(), cb_event(), cb_progress(), and main().
Definition at line 90 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::op |
Definition at line 26 of file conf.h.
Referenced by config_new(), main(), and needs_root().
| unsigned short __config_t::op_q_changelog |
| unsigned short __config_t::op_q_check |
| unsigned short __config_t::op_q_deps |
| unsigned short __config_t::op_q_explicit |
| unsigned short __config_t::op_q_foreign |
Definition at line 53 of file conf.h.
Referenced by pacman_query().
| unsigned short __config_t::op_q_info |
| unsigned short __config_t::op_q_isfile |
Definition at line 50 of file conf.h.
Referenced by pacman_query().
| unsigned short __config_t::op_q_list |
Definition at line 52 of file conf.h.
Referenced by needs_root(), and pacman_sync().
| unsigned short __config_t::op_q_owns |
Definition at line 57 of file conf.h.
Referenced by pacman_query().
| unsigned short __config_t::op_q_search |
Definition at line 58 of file conf.h.
Referenced by pacman_query().
| unsigned short __config_t::op_q_unrequired |
| unsigned short __config_t::op_q_upgrade |
Definition at line 60 of file conf.h.
Referenced by pacman_query().
| unsigned short __config_t::op_s_clean |
Definition at line 63 of file conf.h.
Referenced by main(), needs_root(), and pacman_sync().
| unsigned short __config_t::op_s_downloadonly |
Definition at line 64 of file conf.h.
Referenced by cb_question(), pacman_sync(), and sync_prepare_execute().
| unsigned short __config_t::op_s_info |
Definition at line 65 of file conf.h.
Referenced by needs_root(), and pacman_sync().
| unsigned short __config_t::op_s_search |
Definition at line 67 of file conf.h.
Referenced by needs_root(), and pacman_sync().
| unsigned short __config_t::op_s_sync |
Definition at line 66 of file conf.h.
Referenced by needs_root(), and pacman_sync().
| unsigned short __config_t::op_s_upgrade |
Definition at line 68 of file conf.h.
Referenced by pacman_sync().
| unsigned short __config_t::print |
Definition at line 34 of file conf.h.
Referenced by cb_event(), cb_question(), main(), needs_root(), pacman_remove(), pacman_sync(), and sync_prepare_execute().
| char* __config_t::print_format |
Definition at line 39 of file conf.h.
Referenced by config_free(), and print_packages().
| unsigned short __config_t::quiet |
| char* __config_t::rootdir |
Definition at line 44 of file conf.h.
Referenced by config_free().
Definition at line 74 of file conf.h.
Referenced by config_new().
Definition at line 87 of file conf.h.
Referenced by config_free().
| unsigned short __config_t::totaldownload |
Definition at line 83 of file conf.h.
Referenced by cb_dl_progress().
| unsigned short __config_t::usedelta |
| unsigned short __config_t::usesyslog |
| unsigned short __config_t::verbose |
| unsigned short __config_t::verbosepkglists |
Definition at line 80 of file conf.h.
Referenced by display_targets().
| unsigned short __config_t::version |
| char* __config_t::xfercommand |
Definition at line 92 of file conf.h.
Referenced by config_free().
1.7.6.1