Home
last modified time | relevance | path

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

/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Ddatabase.c56 } else if(config->flags & ALPM_TRANS_FLAG_ALLEXPLICIT) { /* --asexplicit */ in change_install_reason()
297 if(config->flags & (ALPM_TRANS_FLAG_ALLDEPS | ALPM_TRANS_FLAG_ALLEXPLICIT)) { in pacman_database()
H A Dpacman.c480 config->flags |= ALPM_TRANS_FLAG_ALLEXPLICIT; in parsearg_database()
499 && config->flags & ALPM_TRANS_FLAG_ALLEXPLICIT, in checkargs_database()
505 invalid_opt(config->flags & ALPM_TRANS_FLAG_ALLEXPLICIT, in checkargs_database()
731 config->flags |= ALPM_TRANS_FLAG_ALLEXPLICIT; in parsearg_upgrade()
751 && config->flags & ALPM_TRANS_FLAG_ALLEXPLICIT, in checkargs_upgrade()
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dadd.c474 } else if(trans->flags & ALPM_TRANS_FLAG_ALLEXPLICIT) { in commit_single_pkg()
H A Dalpm.h1489 ALPM_TRANS_FLAG_ALLEXPLICIT = (1 << 14), enumerator