Searched refs:on_or_off (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dflags.c236 change_flag (flag, on_or_off)
238 int on_or_off;
244 if (restricted && flag == 'r' && on_or_off == FLAG_OFF)
250 if ((value == (int *)FLAG_UNKNOWN) || (on_or_off != FLAG_ON && on_or_off != FLAG_OFF))
255 *value = (on_or_off == FLAG_ON) ? 1 : 0;
262 if (on_or_off == FLAG_ON)
269 set_job_control (on_or_off == FLAG_ON);
279 if (on_or_off == FLAG_OFF)
285 if (on_or_off
[all...]
H A Dflags.h77 #define change_flag_char(flag, on_or_off) change_flag (flag, on_or_off)
H A Dshell.c809 int arg_character, on_or_off, next_arg, i; local
828 on_or_off = arg_string[0];
849 list_minus_o_opts (-1, (on_or_off == '-') ? 0 : 1);
852 if (set_minus_o_option (on_or_off, o_option) != EXECUTION_SUCCESS)
865 shopt_listopt (o_option, (on_or_off == '-') ? 0 : 1);
868 add_shopt_to_alist (o_option, on_or_off);
877 if (change_flag (arg_character, on_or_off) == FLAG_ERROR)
879 report_error (_("%c%c: invalid option"), on_or_off, arg_character);
1803 add_shopt_to_alist (opt, on_or_off)
1805 int on_or_off;
[all...]
H A Dbashline.c247 posix_readline_initialize (on_or_off)
248 int on_or_off;
250 if (on_or_off)
253 rl_bind_key_in_map (CTRL ('I'), on_or_off ? rl_insert : rl_complete, vi_insertion_keymap);
260 enable_hostname_completion (on_or_off)
261 int on_or_off;
268 if (on_or_off)
291 if (on_or_off)
300 if ((at == 0 && on_or_off == 0) || (at != 0 && on_or_off !
[all...]
H A Dvariables.c1426 make_funcname_visible (on_or_off)
1427 int on_or_off;
1435 if (on_or_off)
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dset.c133 int *on_or_off; local
141 on_or_off = find_flag (o_options[i].letter);
142 return ((on_or_off == FLAG_UNKNOWN) ? -1 : *on_or_off);
170 int *on_or_off, value; local
177 on_or_off = find_flag (o_options[i].letter);
178 if (on_or_off == FLAG_UNKNOWN)
179 on_or_off = &value;
180 if (mode == -1 || mode == *on_or_off)
181 print_minus_o_option (o_options[i].name, *on_or_off, reusabl
481 int on_or_off, flag_name, force_assignment, opts_changed; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dparens.c80 _rl_enable_paren_matching (on_or_off)
81 int on_or_off;
83 if (on_or_off)
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp3901 suppress_node::suppress_node(int on_or_off, int issue_limits) argument
3902 : is_on(on_or_off), emit_limits(issue_limits), filename(0), position(0),
3913 suppress_node::suppress_node(int issue_limits, int on_or_off, argument
3916 : node(0, s, pop), is_on(on_or_off), emit_limits(issue_limits), filename(f),
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm897 $Test->use_numbers($on_or_off);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm1090 $Test->use_numbers($on_or_off);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2079 __PACKAGE__->autoupdate($on_or_off);
2082 $obj->autoupdate($on_or_off);

Completed in 225 milliseconds