Home
last modified time | relevance | path

Searched defs:ignore (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd/src/bin/csh/
Dexp.c98 exp0(Char ***vp, int ignore) in exp0()
120 exp1(Char ***vp, int ignore) in exp1()
142 csh_exp2(Char ***vp, int ignore) in csh_exp2()
164 exp2a(Char ***vp, int ignore) in exp2a()
186 exp2b(Char ***vp, int ignore) in exp2b()
208 exp2c(Char ***vp, int ignore) in exp2c()
250 exp3(Char ***vp, int ignore) in exp3()
290 exp3a(Char ***vp, int ignore) in exp3a()
318 exp4(Char ***vp, int ignore) in exp4()
353 exp5(Char ***vp, int ignore) in exp5()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcopying.c13 show_copying_command (const char *ignore, int from_tty) in show_copying_command()
606 show_warranty_command (const char *ignore, int from_tty) in show_warranty_command()
Dmaint-test-options.c375 (cmd_list_element *ignore, completion_tracker &tracker, in maintenance_test_options_require_delimiter_command_completer()
387 (cmd_list_element *ignore, completion_tracker &tracker, in maintenance_test_options_unknown_is_error_command_completer()
399 (cmd_list_element *ignore, completion_tracker &tracker, in maintenance_test_options_unknown_is_operand_command_completer()
Dcompleter.c200 noop_completer (struct cmd_list_element *ignore, in noop_completer()
209 filename_completer (struct cmd_list_element *ignore, in filename_completer()
256 filename_completer_handle_brkchars (struct cmd_list_element *ignore, in filename_completer_handle_brkchars()
945 location_completer (struct cmd_list_element *ignore, in location_completer()
1066 location_completer_handle_brkchars (struct cmd_list_element *ignore, in location_completer_handle_brkchars()
1110 expression_completer (struct cmd_list_element *ignore, in expression_completer()
1131 symbol_completer (struct cmd_list_element *ignore, in symbol_completer()
1744 command_completer (struct cmd_list_element *ignore, in command_completer()
1755 command_completer_handle_brkchars (struct cmd_list_element *ignore, in command_completer_handle_brkchars()
1766 signal_completer (struct cmd_list_element *ignore, in signal_completer()
[all …]
Dbreak-catch-load.c72 solib_catchpoint::insert_location (struct bp_location *ignore) in insert_location()
78 solib_catchpoint::remove_location (struct bp_location *ignore, in remove_location()
Dgdb-demangle.c106 set_demangling_command (const char *ignore, in set_demangling_command()
Dthread.c1366 info_threads_command_completer (struct cmd_list_element *ignore, in info_threads_command_completer()
1736 thread_apply_command_completer (cmd_list_element *ignore, in thread_apply_command_completer()
1795 thread_apply_all_command_completer (cmd_list_element *ignore, in thread_apply_all_command_completer()
2220 void *ignore) in thread_id_per_inf_num_make_value()
2230 void *ignore) in global_thread_id_make_value()
2241 struct internalvar *var, void *ignore) in inferior_thread_count_make_value()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-progspace.c213 pspy_get_printers (PyObject *o, void *ignore) in pspy_get_printers()
222 pspy_set_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_printers()
251 pspy_get_frame_filters (PyObject *o, void *ignore) in pspy_get_frame_filters()
261 pspy_set_frame_filters (PyObject *o, PyObject *frame, void *ignore) in pspy_set_frame_filters()
290 pspy_get_frame_unwinders (PyObject *o, void *ignore) in pspy_get_frame_unwinders()
301 pspy_set_frame_unwinders (PyObject *o, PyObject *unwinders, void *ignore) in pspy_set_frame_unwinders()
330 pspy_get_type_printers (PyObject *o, void *ignore) in pspy_get_type_printers()
341 pspy_get_xmethods (PyObject *o, void *ignore) in pspy_get_xmethods()
352 pspy_get_missing_debug_handlers (PyObject *o, void *ignore) in pspy_get_missing_debug_handlers()
364 void *ignore) in pspy_set_missing_debug_handlers()
[all …]
Dpy-objfile.c121 objfpy_get_is_file (PyObject *o, void *ignore) in objfpy_get_is_file()
255 objfpy_get_printers (PyObject *o, void *ignore) in objfpy_get_printers()
264 objfpy_set_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_printers()
293 objfpy_get_frame_filters (PyObject *o, void *ignore) in objfpy_get_frame_filters()
303 objfpy_set_frame_filters (PyObject *o, PyObject *filters, void *ignore) in objfpy_set_frame_filters()
332 objfpy_get_frame_unwinders (PyObject *o, void *ignore) in objfpy_get_frame_unwinders()
343 objfpy_set_frame_unwinders (PyObject *o, PyObject *unwinders, void *ignore) in objfpy_set_frame_unwinders()
372 objfpy_get_type_printers (PyObject *o, void *ignore) in objfpy_get_type_printers()
383 objfpy_get_xmethods (PyObject *o, void *ignore) in objfpy_get_xmethods()
394 objfpy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_type_printers()
Dpy-infthread.c74 thpy_get_name (PyObject *self, void *ignore) in thpy_get_name()
92 thpy_get_details (PyObject *self, void *ignore) in thpy_get_details()
116 thpy_set_name (PyObject *self, PyObject *newvalue, void *ignore) in thpy_set_name()
222 thpy_get_inferior (PyObject *self, void *ignore) in thpy_get_inferior()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgettimeofday.c43 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
69 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
/netbsd/src/usr.bin/vacation/
Dvacation.c485 static struct ignore { in junkmail() struct
486 const char *name; in junkmail()
487 size_t len; in junkmail()
488 } ignore[] = { in junkmail() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dnested-subp3.c26 ignore (int unused) in ignore() function
Dtraced-thread.c39 block (void *ignore) in block()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprofile.h35 unsigned int ignore:1; member
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Ddel_enctype.c111 int16_t ignore = 1; in del_enctype() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Distream.tcc492 ignore(void) in ignore() function in std::basic_istream
525 ignore(streamsize __n) in ignore() function in std::basic_istream
595 ignore(streamsize __n, int_type __delim) in ignore() function in std::basic_istream
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-win.c202 set_style_tui_current_position (const char *ignore, int from_tty, in set_style_tui_current_position()
394 focus_completer (struct cmd_list_element *ignore, in focus_completer()
406 winheight_completer (struct cmd_list_element *ignore, in winheight_completer()
831 tui_set_tab_width (const char *ignore, in tui_set_tab_width()
861 tui_set_compact_source (const char *ignore, int from_tty, in tui_set_compact_source()
Dtui-hooks.c192 tui_context_changed (user_selected_what ignore) in tui_context_changed()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dsendauth.c239 krb5_ap_rep_enc_part *ignore = NULL; in krb5_sendauth() local
/netbsd/src/usr.bin/usbhidaction/
Dusbhidaction.c91 int demon, ignore; in main() local
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) in parse_conf()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
Dprompt.py24 def _prompt_pwd(ignore): argument
/netbsd/src/usr.bin/mail/
Dglob.h73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields variable
/netbsd/src/external/lgpl3/gmp/dist/tests/misc/
Dt-scanf.c463 int i, j, ignore; in check_z() local
845 int i, j, ignore, got_ret, want_ret, got_upto, want_upto; in check_q() local
1154 int i, j, ignore, got_ret, want_ret, got_upto, want_upto; in check_f() local
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Denv.c692 parse_places_var (const char *name, bool ignore) in parse_places_var()
1073 parse_affinity (bool ignore) in parse_affinity()
1498 bool ignore = false; in initialize_env() local

123456