Home
last modified time | relevance | path

Searched refs:cmd_add (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/devel/cvsutils/cvsutils-0.2.6/
H A Dcvsdo.pl107 my $cmd_add = shift (@_);
108 my $cmd_remove = !$cmd_add;
110 if ($cmd_add && -d $file) {
122 if ( $cmd_add && ! $file_exists && ! $force_mode ) {
141 if ($cmd_add && -f $tagfile) {
171 last if $cmd_add;
182 if ( $cmd_add && $file_listed ) {
190 if ( $cmd_add ) {
388 my $cmd_add = ( $command =~ CMD_ADD_PATTERN );
392 if ( !$cmd_add && !$cmd_remove && !$cmd_diff ) {
[all …]
/dports/biology/hisat2/hisat2-2.2.1/evaluation/
H A Dgenerate_reads.py123 cmd_add = ""
125 cmd_add += "--dna "
127 cmd_add += "--error-rate 0.2 "
129 cmd_add += "--expr-profile constant "
131 (cmd_add, numreads, genome_fname, gtf_fname, snp_fname)
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dcommands.c124 gpointer cmd_add(const char *name, const char *help, guint flags_row1, in cmd_add() function
184 cmd_add("add", "Add a jabber user", COMPL_JID, 0, &do_add, NULL); in cmd_init()
185 cmd_add("alias", "Add an alias", 0, 0, &do_alias, NULL); in cmd_init()
186 cmd_add("authorization", "Manage subscription authorizations", in cmd_init()
188 cmd_add("bind", "Add an key binding", 0, 0, &do_bind, NULL); in cmd_init()
191 cmd_add("carbons", "Manage carbons settings", COMPL_CARBONS, 0, in cmd_init()
197 cmd_add("del", "Delete the current buddy", 0, 0, &do_del, NULL); in cmd_init()
202 cmd_add("group", "Change group display settings", in cmd_init()
217 cmd_add("quit", "Exit the software", 0, 0, &do_quit, NULL); in cmd_init()
230 cmd_add("set", "Set/query an option value", 0, 0, &do_set, NULL); in cmd_init()
[all …]
H A Dcommands.h24 gpointer cmd_add(const char *name, const char *help, guint flags1, guint flags2,
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct remote_opts *o);
61 retval = cmd_add(repo, &opt); in lg2_remote()
80 static int cmd_add(git_repository *repo, struct remote_opts *o) in cmd_add() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct remote_opts *o);
61 retval = cmd_add(repo, &opt); in lg2_remote()
80 static int cmd_add(git_repository *repo, struct remote_opts *o) in cmd_add() function
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct opts *o);
61 retval = cmd_add(repo, &opt); in lg2_remote()
80 static int cmd_add(git_repository *repo, struct opts *o) in cmd_add() function
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct remote_opts *o);
61 retval = cmd_add(repo, &opt); in lg2_remote()
80 static int cmd_add(git_repository *repo, struct remote_opts *o) in cmd_add() function
/dports/devel/libgit2/libgit2-1.3.0/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct remote_opts *o);
61 retval = cmd_add(repo, &opt); in lg2_remote()
80 static int cmd_add(git_repository *repo, struct remote_opts *o) in cmd_add() function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/examples/
H A Dremote.c41 static int cmd_add(git_repository *repo, struct opts *o);
72 retval = cmd_add(repo, &opt); in main()
93 static int cmd_add(git_repository *repo, struct opts *o) in cmd_add() function
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/transcoder/
H A Dgmerlin_transcoder_remote.c69 static void cmd_add(void * data, int * argc, char *** _argv, int arg) in cmd_add() function
105 .callback = cmd_add,
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Ddoc.pl83 my $cmd_add = "!doc+";
145 if ($cmd eq $cmd_add) {
/dports/audio/musicpc/mpc-0.33/src/
H A Dqueue.h33 cmd_add(int argc, char **argv, struct mpd_connection *conn);
H A Dqueue.c42 cmd_add(int argc, char **argv, struct mpd_connection *conn) in cmd_add() function
263 int ret = cmd_add(argc, argv, conn); in cmd_insert()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/extfs/helpers/
H A Duzip.in29 my $cmd_add = "$app_zip -g";
172 &safesystem("$cmd_add $aqarchive $qafile >/dev/null");
191 &safesystem("$cmd_add $aqarchive $qdir >/dev/null");
/dports/misc/mc/mc-4.8.27/src/vfs/extfs/helpers/
H A Duzip.in29 my $cmd_add = "$app_zip -g";
172 &safesystem("$cmd_add $aqarchive $qafile >/dev/null");
191 &safesystem("$cmd_add $aqarchive $qdir >/dev/null");
/dports/net-p2p/btpd/btpd-0.16/cli/
H A Dbtcli.h39 void cmd_add(int argc, char **argv);
/dports/mail/mu/mu-1.6.4/mu/
H A Dmu-cmd.cc302 check_file_okay (const char *path, gboolean cmd_add) in check_file_okay() argument
309 if (cmd_add && access(path, R_OK) != 0) { in check_file_okay()
380 cmd_add (Mu::Store& store, const MuConfig *opts, GError **err) in cmd_add() function
724 merr = with_writable_store (cmd_add, opts, err); break; in mu_cmd_execute()
/dports/mail/mu4e/mu-1.6.4/mu/
H A Dmu-cmd.cc302 check_file_okay (const char *path, gboolean cmd_add) in check_file_okay() argument
309 if (cmd_add && access(path, R_OK) != 0) { in check_file_okay()
380 cmd_add (Mu::Store& store, const MuConfig *opts, GError **err) in cmd_add() function
724 merr = with_writable_store (cmd_add, opts, err); break; in mu_cmd_execute()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c164 u_long cmd_data, u_long cmd_add, u_long cmd_mpr, u_char *buf) in lpddr2_nvm_do_op() argument
175 add_l.x[0] = cmd_add & 0x0000FFFF; in lpddr2_nvm_do_op()
176 add_h.x[0] = (cmd_add >> 16) & 0x0000FFFF; in lpddr2_nvm_do_op()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c164 u_long cmd_data, u_long cmd_add, u_long cmd_mpr, u_char *buf) in lpddr2_nvm_do_op() argument
175 add_l.x[0] = cmd_add & 0x0000FFFF; in lpddr2_nvm_do_op()
176 add_h.x[0] = (cmd_add >> 16) & 0x0000FFFF; in lpddr2_nvm_do_op()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c164 u_long cmd_data, u_long cmd_add, u_long cmd_mpr, u_char *buf) in lpddr2_nvm_do_op() argument
175 add_l.x[0] = cmd_add & 0x0000FFFF; in lpddr2_nvm_do_op()
176 add_h.x[0] = (cmd_add >> 16) & 0x0000FFFF; in lpddr2_nvm_do_op()
/dports/net-im/mcabber/mcabber-1.1.2/modules/beep/
H A Dbeep.c98 beep_cmid = cmd_add("beep", "", beep_cid, 0, do_beep, NULL); in beep_init()
/dports/comms/comserv/comserv-1.4.4/
H A Dcmd.h82 int cmd_add (ENDPOINT * e, char * cmdline);
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd-add.c49 int cmd_add(int argc, char **argv) in cmd_add() function

12345678910