Home
last modified time | relevance | path

Searched refs:on_or_off (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net/sbd/sbd-1.37/
H A Dmisc.h214 char *on_or_off(int boolean) { in on_or_off() function
245 on_or_off(use_encryption), in message_box_usage()
246 on_or_off(daemonize), in message_box_usage()
247 on_or_off(convert_to_crlf), in message_box_usage()
248 on_or_off(only_one_instance)); in message_box_usage()
403 char *on_or_off(int boolean) { in on_or_off() function
462 on_or_off(use_encryption), in usage()
464 on_or_off(daemonize), in usage()
465 on_or_off(convert_to_crlf), in usage()
474 on_or_off(use_encryption), in usage()
[all …]
/dports/shells/bash/bash-5.1/
H A Dflags.c227 change_flag (flag, on_or_off) in change_flag() argument
229 int on_or_off;
235 if (restricted && flag == 'r' && on_or_off == FLAG_OFF)
241 if ((value == (int *)FLAG_UNKNOWN) || (on_or_off != FLAG_ON && on_or_off != FLAG_OFF))
245 *value = (on_or_off == FLAG_ON) ? 1 : 0;
253 if (on_or_off == FLAG_ON)
260 set_job_control (on_or_off == FLAG_ON);
275 if (on_or_off == FLAG_OFF)
281 if (on_or_off == FLAG_ON && shell_initialized)
H A Dflags.h85 #define change_flag_char(flag, on_or_off) change_flag (flag, on_or_off) argument
H A Dshell.c876 int arg_character, on_or_off, next_arg, i; local
895 on_or_off = arg_string[0];
917 list_minus_o_opts (-1, (on_or_off == '-') ? 0 : 1);
921 if (set_minus_o_option (on_or_off, o_option) != EXECUTION_SUCCESS)
934 shopt_listopt (o_option, (on_or_off == '-') ? 0 : 1);
937 add_shopt_to_alist (o_option, on_or_off);
946 if (change_flag (arg_character, on_or_off) == FLAG_ERROR)
948 report_error (_("%c%c: invalid option"), on_or_off, arg_character);
2078 add_shopt_to_alist (opt, on_or_off) in add_shopt_to_alist() argument
2080 int on_or_off;
[all …]
/dports/shells/bash/bash-5.1/builtins/
H A Dset.def264 int *on_or_off;
273 return ((on_or_off == FLAG_UNKNOWN) ? -1 : *on_or_off);
297 int *on_or_off, value;
306 on_or_off = &value;
392 int on_or_off;
407 int on_or_off;
428 int on_or_off;
466 int on_or_off;
487 int on_or_off;
740 if ((on_or_off = *arg) && (on_or_off == '-' || on_or_off == '+'))
[all …]
/dports/math/grace/grace-5.1.25/src/
H A Dparams.c126 on_or_off(two_digits_years_allowed())); in putparms()
139 fprintf(pp, "%spage background fill %s\n", embedstr, on_or_off(getbgfill())); in putparms()
141 fprintf(pp, "%stimestamp %s\n", embedstr, on_or_off(timestamp.active)); in putparms()
177 on_or_off(is_graph_active(gno))); in putparms()
187 fprintf(pp, "%sg%1d fixedpoint %s\n", embedstr, gno, on_or_off(ps)); in putparms()
248 fprintf(pp, "%s %s\n", buf, on_or_off(t && t->active)); in putparms()
257 fprintf(pp, "%s bar %s\n", buf, on_or_off(t->t_drawbar)); in putparms()
290 fprintf(pp, "%s tick %s\n", buf, on_or_off(t->t_flag)); in putparms()
318 fprintf(pp, "%s ticklabel %s\n", buf, on_or_off(t->tl_flag)); in putparms()
399 fprintf(pp, "%s legend %s\n", embedstr, on_or_off(leg.active)); in putparms()
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/doc/decorators/
H A Dactive_if.rst18 .. |on_or_off| replace:: `on_or_off` substdef in active_if
19 .. _on_or_off: `decorators.active_if.on_or_off`_ target in active_if
105 .. _decorators.active_if.on_or_off:
107 * *on_or_off*:
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dgrammar.y222 %type <integer> on_or_off
244 on_or_off:
365 URL_LOOKUP_DELAY_DB_RELOAD on_or_off
397 UPLOAD_CRASH_REPORTS on_or_off
402 LOOKUP_REVERSE_IP on_or_off
407 USE_IPV6_ON_WAN on_or_off
412 PARSE_URL_PARAMETERS on_or_off
417 SQUID_USES_ACTIVE_BUMPING on_or_off
529 UPLOAD_STATS on_or_off
574 STRIP_DOMAIN_FROM_USERNAME on_or_off
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/
H A Dappinfo_includes.py224 for builtin_name, on_or_off in builtins_list:
226 if not on_or_off:
232 if on_or_off == 'on':
234 elif on_or_off == 'off':
242 included_from, builtin_name, on_or_off)
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dparens.c71 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
72 int on_or_off; in _rl_enable_paren_matching()
74 if (on_or_off)
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dparens.c76 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
77 int on_or_off; in _rl_enable_paren_matching()
79 if (on_or_off)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dparens.c76 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
77 int on_or_off; in _rl_enable_paren_matching()
79 if (on_or_off)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dparens.c76 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
77 int on_or_off; in _rl_enable_paren_matching()
79 if (on_or_off)
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dparens.c76 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
77 int on_or_off; in _rl_enable_paren_matching()
79 if (on_or_off)
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dparens.c76 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
77 int on_or_off; in _rl_enable_paren_matching()
79 if (on_or_off)
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off)
81 int on_or_off;
83 if (on_or_off)
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off) in _rl_enable_paren_matching() argument
81 int on_or_off; in _rl_enable_paren_matching()
83 if (on_or_off)
/dports/math/grace/grace-5.1.25/grconvert/
H A Dwriteasc.c252 fprintf(pp, "%sg%1d %s\n", embedstr, gno, on_or_off(g[gno].active)); in putparms()
253 fprintf(pp, "%sg%1d label %s\n", embedstr, gno, on_or_off(gl)); in putparms()
257 fprintf(pp, "%sg%1d fixedpoint %s\n", embedstr, gno, on_or_off(ps)); in putparms()
385 fprintf(pp, "%s tick %s\n", buf, on_or_off(t.active)); in putparms()
413 fprintf(pp, "%s ticklabel %s\n", buf, on_or_off(t.tl_flag)); in putparms()
474 fprintf(pp, "%s tick major %s\n", buf, on_or_off(t.t_flag)); in putparms()
475 fprintf(pp, "%s tick minor %s\n", buf, on_or_off(t.t_mflag)); in putparms()
494 fprintf(pp, "%s tick log %s\n", buf, on_or_off(t.t_log)); in putparms()
497 fprintf(pp, "%s bar %s\n", buf, on_or_off(t.t_drawbar)); in putparms()
501 fprintf(pp, "%s tick major grid %s\n", buf, on_or_off(t.t_gridflag)); in putparms()
[all …]
/dports/math/chuffed/chuffed-e04bedd/chuffed/flatzinc/mznlib/
H A Dfzn_cumulative.mzn65 annotation tt_filt(bool: on_or_off);
66 annotation ttef_check(bool: on_or_off);
67 annotation ttef_filt(bool: on_or_off);

12345