Searched refs:ignore (Results 1 - 25 of 168) sorted by relevance

1234567

/haiku-fatelf/src/bin/coreutils/lib/
H A Dcloseout.h29 void close_stdout_set_ignore_EPIPE (bool ignore);
H A Dcloseout.c49 - If ignore = true, it shall be ignored.
50 - If ignore = false, it shall evoke a diagnostic, along with a nonzero
52 The default is ignore = false.
56 temporarily ignore SIGPIPE. If SIGPIPE is ignored or blocked because
65 The ignore = false setting is suitable for a scenario where it is normally
70 The ignore = true setting is suitable for a scenario where you don't know
78 close_stdout_set_ignore_EPIPE (bool ignore) argument
80 ignore_EPIPE = ignore;
/haiku-fatelf/src/bin/gdb/
H A Dsymlink-tree32 # and "ignoreN" is a list of files/directories to ignore.
36 ignore="$2"
61 for i in ${ignore} ${ignore_additional}; do
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dkill.c225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignore);
249 rl_kill_line (direction, ignore)
250 int direction, ignore;
255 return (rl_backward_kill_line (1, ignore));
259 rl_end_of_line (1, ignore);
272 rl_backward_kill_line (direction, ignore)
273 int direction, ignore;
[all...]
H A Dmacro.c228 rl_end_kbd_macro (count, ignore)
229 int count, ignore;
248 rl_call_last_kbd_macro (count, ignore)
249 int count, ignore;
H A Dsearch.c538 rl_history_search_forward (count, ignore)
539 int count, ignore;
549 return (rl_get_next_history (count, ignore));
557 rl_history_search_backward (count, ignore)
558 int count, ignore;
568 return (rl_get_previous_history (count, ignore));
H A Dvi_mode.c341 rl_vi_complete (ignore, key)
342 int ignore, key;
368 rl_vi_tilde_expand (ignore, key)
369 int ignore, key;
439 rl_vi_fWord (count, ignore)
440 int count, ignore;
456 rl_vi_bWord (count, ignore)
457 int count, ignore;
480 rl_vi_eWord (count, ignore)
481 int count, ignore;
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dkill.c225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignore);
249 rl_kill_line (direction, ignore)
250 int direction, ignore;
255 return (rl_backward_kill_line (1, ignore));
259 rl_end_of_line (1, ignore);
272 rl_backward_kill_line (direction, ignore)
273 int direction, ignore;
[all...]
H A Dmacro.c219 rl_end_kbd_macro (count, ignore)
220 int count, ignore;
239 rl_call_last_kbd_macro (count, ignore)
240 int count, ignore;
H A Dsearch.c433 rl_history_search_forward (count, ignore)
434 int count, ignore;
444 return (rl_get_next_history (count, ignore));
452 rl_history_search_backward (count, ignore)
453 int count, ignore;
463 return (rl_get_previous_history (count, ignore));
H A Dvi_mode.c280 rl_vi_complete (ignore, key)
281 int ignore, key;
309 rl_vi_tilde_expand (ignore, key)
310 int ignore, key;
381 rl_vi_fWord (count, ignore)
382 int count, ignore;
398 rl_vi_bWord (count, ignore)
399 int count, ignore;
422 rl_vi_eWord (count, ignore)
423 int count, ignore;
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dnproc.c43 {"ignore", required_argument, NULL, IGNORE_OPTION},
65 --ignore=N if possible, exclude N processing units\n\
78 unsigned long nproc, ignore = 0; local
106 if (xstrtoul (optarg, NULL, 10, &ignore, "") != LONGINT_OK)
108 error (0, 0, _("%s: invalid number to ignore"), optarg);
120 if (ignore < nproc)
121 nproc -= ignore;
H A Dcsplit.c55 bool ignore; /* If true, produce no output (for regexp). */ member in struct:control
639 write_to_file (uintmax_t last_line, bool ignore, int argnum) argument
664 if (!ignore)
734 regexp_error (struct control *p, uintmax_t repetition, bool ignore) argument
747 if (!ignore)
765 bool ignore = p->ignore; /* If true, skip this section. */ local
768 if (!ignore)
783 if (!ignore)
791 regexp_error (p, repetition, ignore);
1083 extract_regexp(int argnum, bool ignore, char const *str) argument
[all...]
/haiku-fatelf/src/bin/sharutils/src/
H A Dremsync76 ignore [REGEXP] ignore scanned files if name matched by REGEXP
77 delete TYPE DATA delete the remote, scan or ignore having DATA
364 print "IGNORE:\n" if %ignore;
591 ## Synopsis: `ignore'.
600 @ignore = ();
601 foreach (sort keys %ignore)
604 push (@ignore, $_);
610 ## Synopsis: `ignore IGNORE'.
614 local ($ignore)
[all...]
H A Dremsync.in76 ignore [REGEXP] ignore scanned files if name matched by REGEXP
77 delete TYPE DATA delete the remote, scan or ignore having DATA
364 print "IGNORE:\n" if %ignore;
591 ## Synopsis: `ignore'.
600 @ignore = ();
601 foreach (sort keys %ignore)
604 push (@ignore, $_);
610 ## Synopsis: `ignore IGNORE'.
614 local ($ignore)
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dbasic_protocol.c57 * all active request apart from <ignore> are resubmitted
61 reset_bus(ide_device_info *device, ide_qrequest *ignore) argument
109 finish_all_requests(bus->devices[0], ignore, SCSI_SCSI_BUS_RESET, true);
110 finish_all_requests(bus->devices[1], ignore, SCSI_SCSI_BUS_RESET, true);
119 finish_all_requests(bus->devices[0], ignore, SCSI_SCSI_BUS_RESET, true);
120 finish_all_requests(bus->devices[1], ignore, SCSI_SCSI_BUS_RESET, true);
131 * all requests but <ignore> are resubmitted
135 reset_device(ide_device_info *device, ide_qrequest *ignore) argument
177 finish_all_requests(device, ignore, SCSI_SCSI_BUS_RESET, true);
186 return reset_bus(device, ignore);
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dnlmread.c52 nlm_new_init (struct objfile *ignore) argument
69 nlm_symfile_init (struct objfile *ignore) argument
H A Dcorelow.c89 static void core_close_cleanup (void *ignore);
95 static int ignore (CORE_ADDR, char *);
234 core_close_cleanup (void *ignore) argument
337 old_chain = make_cleanup (core_close_cleanup, 0 /*ignore*/);
627 ignore (CORE_ADDR addr, char *contents)
662 core_ops.to_insert_breakpoint = ignore;
663 core_ops.to_remove_breakpoint = ignore;
625 ignore (CORE_ADDR addr, char *contents) function
H A Dalphanbsd-tdep.c39 CORE_ADDR ignore)
83 CORE_ADDR ignore)
102 /* Don't know what kind of register request this is; just ignore it. */
38 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
82 fetch_elfcore_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
H A Dshnbsd-tdep.c118 int which, CORE_ADDR ignore)
136 int which, CORE_ADDR ignore)
148 /* Don't know what kind of register request this is; just ignore it. */
117 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
135 fetch_elfcore_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c227 clear_unwind_protects_internal (flag, ignore)
228 char *flag, *ignore;
239 unwind_frame_discard_internal (tag, ignore)
240 char *tag, *ignore;
268 unwind_frame_run_internal (tag, ignore)
269 char *tag, *ignore;
H A Dbashline.c501 /* Tell the filename completer we want a chance to ignore some names. */
695 /* If comment or blank line, ignore. */
1429 completion ignore function to something which will remove
1513 temp = rl_variable_value ("completion-ignore-case");
2232 alias_expand_line (count, ignore)
2233 int count, ignore;
2255 history_expand_line (count, ignore)
2256 int count, ignore;
2277 tcsh_magic_space (count, ignore)
2278 int count, ignore;
[all...]
/haiku-fatelf/3rdparty/qtcreator/
H A Dcreate_project_files.pl10 Additionally, it will add those files to svn:ignore of their parent directory
96 my $svnIgnore = qx{svn propget --strict svn:ignore $parentDir};
101 open(my $propsetFH, "|svn propset svn:ignore --file - $parentDir")
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlibbfd-in.h140 (bfd *ignore);
142 (bfd *ignore);
144 (bfd *ignore);
146 (bfd *ignore);
148 (bfd *ignore);
150 (bfd *ignore);
152 (bfd *ignore);
154 (bfd *ignore);
/haiku-fatelf/src/bin/
H A Dtop.c175 int ignore; local
192 ignore = 0;
203 ignore = 1;
219 if (!ignore) {
246 ignore = 0;
252 ignore++;
267 if (ignore) {
274 if (!ignore && (!refresh || (linecount < (rows - 1)))) {

Completed in 132 milliseconds

1234567