Home
last modified time | relevance | path

Searched refs:force_apply (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/openmpt/
H A Dmpt.cc34 static bool force_apply = false; variable
103 force_apply = true; in play()
115 if (force_apply) in play()
119 force_apply = false; in play()
146 force_apply = true; in values_changed()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1447 int force_apply = 0;
1457 &apply_state, &force_apply, &options,
1476 if (check_apply_state(&apply_state, force_apply))
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1447 int force_apply = 0; in run_apply() local
1457 &apply_state, &force_apply, &options, in run_apply()
1476 if (check_apply_state(&apply_state, force_apply)) in run_apply()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1447 int force_apply = 0; in run_apply() local
1457 &apply_state, &force_apply, &options, in run_apply()
1476 if (check_apply_state(&apply_state, force_apply)) in run_apply()
/dports/devel/git/git-2.34.1/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1447 int force_apply = 0; in run_apply() local
1457 &apply_state, &force_apply, &options, in run_apply()
1476 if (check_apply_state(&apply_state, force_apply)) in run_apply()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1447 int force_apply = 0; in run_apply() local
1457 &apply_state, &force_apply, &options, in run_apply()
1476 if (check_apply_state(&apply_state, force_apply)) in run_apply()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dapply.c14 int force_apply = 0; in cmd_apply() local
23 &state, &force_apply, &options, in cmd_apply()
26 if (check_apply_state(&state, force_apply)) in cmd_apply()
H A Dam.c1392 int force_apply = 0; in run_apply() local
1402 &apply_state, &force_apply, &options, in run_apply()
1421 if (check_apply_state(&apply_state, force_apply)) in run_apply()
/dports/devel/git-svn/git-2.34.1/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
H A Dapply.c131 int check_apply_state(struct apply_state *state, int force_apply) in check_apply_state() argument
147 …if (!force_apply && (state->diffstat || state->numstat || state->summary || state->check || state-… in check_apply_state()
5012 int *force_apply, int *options, in apply_parse_options() argument
5046 OPT_BOOL(0, "apply", force_apply, in apply_parse_options()
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
H A Dapply.c131 int check_apply_state(struct apply_state *state, int force_apply) in check_apply_state() argument
147 …if (!force_apply && (state->diffstat || state->numstat || state->summary || state->check || state-… in check_apply_state()
5012 int *force_apply, int *options, in apply_parse_options() argument
5046 OPT_BOOL(0, "apply", force_apply, in apply_parse_options()
/dports/devel/git/git-2.34.1/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
H A Dapply.c131 int check_apply_state(struct apply_state *state, int force_apply) in check_apply_state() argument
147 …if (!force_apply && (state->diffstat || state->numstat || state->summary || state->check || state-… in check_apply_state()
5012 int *force_apply, int *options, in apply_parse_options() argument
5046 OPT_BOOL(0, "apply", force_apply, in apply_parse_options()
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
H A Dapply.c131 int check_apply_state(struct apply_state *state, int force_apply) in check_apply_state() argument
147 …if (!force_apply && (state->diffstat || state->numstat || state->summary || state->check || state-… in check_apply_state()
5012 int *force_apply, int *options, in apply_parse_options() argument
5046 OPT_BOOL(0, "apply", force_apply, in apply_parse_options()
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
H A Dapply.c131 int check_apply_state(struct apply_state *state, int force_apply) in check_apply_state() argument
147 …if (!force_apply && (state->diffstat || state->numstat || state->summary || state->check || state-… in check_apply_state()
5012 int *force_apply, int *options, in apply_parse_options() argument
5046 OPT_BOOL(0, "apply", force_apply, in apply_parse_options()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.h157 int *force_apply, int *options,
163 int check_apply_state(struct apply_state *state, int force_apply);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DUpdatesManager.h280 void process_updates(vector<tl_object_ptr<telegram_api::Update>> &&updates, bool force_apply,

12