Home
last modified time | relevance | path

Searched refs:PARAMS (Results 1 – 25 of 65) sorted by relevance

123

/dragonfly/contrib/gdb-7/readline/
HDreadline.h82 extern int rl_digit_argument PARAMS((int, int));
83 extern int rl_universal_argument PARAMS((int, int));
86 extern int rl_forward_byte PARAMS((int, int));
87 extern int rl_forward_char PARAMS((int, int));
88 extern int rl_forward PARAMS((int, int));
89 extern int rl_backward_byte PARAMS((int, int));
90 extern int rl_backward_char PARAMS((int, int));
91 extern int rl_backward PARAMS((int, int));
92 extern int rl_beg_of_line PARAMS((int, int));
93 extern int rl_end_of_line PARAMS((int, int));
[all …]
HDrlprivate.h157 typedef int _rl_callback_func_t PARAMS((_rl_callback_generic_arg *)); typedef
197 extern int rl_set_retained_kills PARAMS((int));
200 extern void _rl_set_screen_size PARAMS((int, int));
203 extern int _rl_fix_last_undo_of_type PARAMS((int, int, int));
206 extern char *_rl_savestring PARAMS((const char *));
226 extern void readline_internal_setup PARAMS((void));
227 extern char *readline_internal_teardown PARAMS((int));
228 extern int readline_internal_char PARAMS((void));
230 extern _rl_keyseq_cxt *_rl_keyseq_cxt_alloc PARAMS((void));
231 extern void _rl_keyseq_cxt_dispose PARAMS((_rl_keyseq_cxt *));
[all …]
HDhistory.h71 extern void using_history PARAMS((void));
74 extern HISTORY_STATE *history_get_history_state PARAMS((void));
77 extern void history_set_history_state PARAMS((HISTORY_STATE *));
83 extern void add_history PARAMS((const char *));
87 extern void add_history_time PARAMS((const char *));
92 extern HIST_ENTRY *remove_history PARAMS((int));
96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
104 extern void clear_history PARAMS((void));
107 extern void stifle_history PARAMS((int));
[all …]
HDrltypedefs.h47 typedef int rl_command_func_t PARAMS((int, int)); typedef
50 typedef char *rl_compentry_func_t PARAMS((const char *, int)); typedef
51 typedef char **rl_completion_func_t PARAMS((const char *, int, int)); typedef
53 typedef char *rl_quote_func_t PARAMS((char *, int, char *)); typedef
54 typedef char *rl_dequote_func_t PARAMS((char *, int)); typedef
56 typedef int rl_compignore_func_t PARAMS((char **)); typedef
58 typedef void rl_compdisp_func_t PARAMS((char **, int, int)); typedef
61 typedef int rl_hook_func_t PARAMS((void)); typedef
64 typedef int rl_getc_func_t PARAMS((FILE *)); typedef
69 typedef int rl_linebuf_func_t PARAMS((char *, int)); typedef
[all …]
HDcompat.c33 extern void rl_free_undo_list PARAMS((void));
34 extern int rl_maybe_save_line PARAMS((void));
35 extern int rl_maybe_unsave_line PARAMS((void));
36 extern int rl_maybe_replace_line PARAMS((void));
38 extern int rl_crlf PARAMS((void));
39 extern int rl_ding PARAMS((void));
40 extern int rl_alphabetic PARAMS((int));
42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
43 extern char *rl_username_completion_function PARAMS((const char *, int));
44 extern char *rl_filename_completion_function PARAMS((const char *, int));
HDtilde.h34 #if !defined (PARAMS)
36 # define PARAMS(protos) protos macro
38 # define PARAMS(protos) ()
42 typedef char *tilde_hook_func_t PARAMS((char *)); typedef
67 extern char *tilde_expand PARAMS((const char *));
71 extern char *tilde_expand_word PARAMS((const char *));
74 extern char *tilde_find_word PARAMS((const char *, int, int *));
HDrlmbutil.h94 extern int _rl_find_prev_mbchar PARAMS((char *, int, int));
95 extern int _rl_find_next_mbchar PARAMS((char *, int, int, int));
99 extern int _rl_compare_chars PARAMS((char *, int, mbstate_t *, char *, int, mbstate_t *));
100 extern int _rl_get_char_len PARAMS((char *, mbstate_t *));
101 extern int _rl_adjust_point PARAMS((char *, int, mbstate_t *));
103 extern int _rl_read_mbchar PARAMS((char *, int));
104 extern int _rl_read_mbstring PARAMS((int, char *, int));
106 extern int _rl_is_mbchar_matched PARAMS((char *, int, int, char *, int));
108 extern wchar_t _rl_char_value PARAMS((char *, int));
109 extern int _rl_walphabetic PARAMS((wchar_t));
HDkeymaps.h68 extern Keymap rl_make_bare_keymap PARAMS((void));
71 extern Keymap rl_copy_keymap PARAMS((Keymap));
76 extern Keymap rl_make_keymap PARAMS((void));
79 extern void rl_discard_keymap PARAMS((Keymap));
85 extern Keymap rl_get_keymap_by_name PARAMS((const char *));
88 extern Keymap rl_get_keymap PARAMS((void));
91 extern void rl_set_keymap PARAMS((Keymap));
HDrlshell.h27 extern char *sh_single_quote PARAMS((char *));
28 extern void sh_set_lines_and_columns PARAMS((int, int));
29 extern char *sh_get_env_value PARAMS((const char *));
30 extern char *sh_get_home_dir PARAMS((void));
31 extern int sh_unset_nodelay_mode PARAMS((int));
HDsearch.c60 extern int _rl_free_history_entry PARAMS((HIST_ENTRY *));
72 static void make_history_line_current PARAMS((HIST_ENTRY *));
73 static int noninc_search_from_pos PARAMS((char *, int, int));
74 static int noninc_dosearch PARAMS((char *, int));
75 static int noninc_search PARAMS((int, int));
76 static int rl_history_search_internal PARAMS((int, int));
77 static void rl_history_search_reinit PARAMS((void));
79 static _rl_search_cxt *_rl_nsearch_init PARAMS((int, int));
80 static int _rl_nsearch_cleanup PARAMS((_rl_search_cxt *, int));
81 static void _rl_nsearch_abort PARAMS((_rl_search_cxt *));
[all …]
HDrltty.c55 static void set_winsize PARAMS((int));
116 static void save_tty_chars PARAMS((TIOTYPE *));
117 static int _get_tty_settings PARAMS((int, TIOTYPE *));
118 static int get_tty_settings PARAMS((int, TIOTYPE *));
119 static int _set_tty_settings PARAMS((int, TIOTYPE *));
120 static int set_tty_settings PARAMS((int, TIOTYPE *));
122 static void prepare_terminal_settings PARAMS((int, TIOTYPE, TIOTYPE *));
124 static void set_special_char PARAMS((Keymap, TIOTYPE *, int, rl_command_func_t));
336 static void save_tty_chars PARAMS((TIOTYPE *));
337 static int _get_tty_settings PARAMS((int, TIOTYPE *));
[all …]
HDtilde.c60 extern struct passwd *getpwuid PARAMS((uid_t));
63 extern struct passwd *getpwnam PARAMS((const char *));
82 extern char *sh_get_home_dir PARAMS((void));
83 extern char *sh_get_env_value PARAMS((const char *));
119 static int tilde_find_prefix PARAMS((const char *, int *));
120 static int tilde_find_suffix PARAMS((const char *));
121 static char *isolate_tilde_prefix PARAMS((const char *, int *));
122 static char *glue_prefix_and_suffix PARAMS((char *, const char *, int));
HDrlstdc.h31 #if !defined (PARAMS)
33 # define PARAMS(protos) protos macro
35 # define PARAMS(protos) () macro
HDxmalloc.h44 extern PTR_T xmalloc PARAMS((size_t));
45 extern PTR_T xrealloc PARAMS((void *, size_t));
46 extern void xfree PARAMS((void *));
HDvi_mode.c111 static void _rl_vi_stuff_insert PARAMS((int));
112 static void _rl_vi_save_insert PARAMS((UNDO_LIST *));
114 static void _rl_vi_backup PARAMS((void));
116 static int _rl_vi_arg_dispatch PARAMS((int));
117 static int rl_digit_loop1 PARAMS((void));
119 static int _rl_vi_set_mark PARAMS((void));
120 static int _rl_vi_goto_mark PARAMS((void));
122 static void _rl_vi_append_forward PARAMS((int));
124 static int _rl_vi_callback_getchar PARAMS((char *, int));
127 static int _rl_vi_callback_set_mark PARAMS((_rl_callback_generic_arg *));
[all …]
HDcomplete.c85 extern struct passwd *getpwent PARAMS((void));
101 static int stat_char PARAMS((char *));
104 static int path_isdir PARAMS((const char *));
106 static char *rl_quote_filename PARAMS((char *, int, char *));
108 static void set_completion_defaults PARAMS((int));
109 static int get_y_or_n PARAMS((int));
110 static int _rl_internal_pager PARAMS((int));
111 static char *printable_part PARAMS((char *));
112 static int fnwidth PARAMS((const char *));
113 static int fnprint PARAMS((const char *, int));
[all …]
HDbind.c75 static char *_rl_read_file PARAMS((char *, size_t *));
76 static void _rl_init_file_error PARAMS((const char *));
77 static int _rl_read_init_file PARAMS((const char *, int));
78 static int glean_key_from_name PARAMS((char *));
79 static int find_boolean_var PARAMS((const char *));
81 static char *_rl_get_string_variable_value PARAMS((const char *));
82 static int substring_member_of_array PARAMS((const char *, const char * const *));
945 typedef int _rl_parser_func_t PARAMS((char *)); typedef
1491 typedef int _rl_sv_func_t PARAMS((const char *)); typedef
1505 static int sv_bell_style PARAMS((const char *));
[all …]
HDrldefs.h82 extern int _rl_stricmp PARAMS((char *, char *));
83 extern int _rl_strnicmp PARAMS((char *, char *, int));
89 extern char *_rl_strpbrk PARAMS((const char *, const char *));
/dragonfly/contrib/cvs-1.12/diff/
HDdiff.h285 int diff_2_files PARAMS((struct file_data[], int));
288 void print_context_header PARAMS((struct file_data[], int));
289 void print_context_script PARAMS((struct change *, int));
292 int excluded_filename PARAMS((char const *));
295 int diff_dirs PARAMS((struct file_data const[], int (*) PARAMS((char const *, char const *, char co…
298 void print_ed_script PARAMS((struct change *));
299 void pr_forward_ed_script PARAMS((struct change *));
302 void print_ifdef_script PARAMS((struct change *));
305 int read_files PARAMS((struct file_data[], int));
306 int sip PARAMS((struct file_data *, int));
[all …]
HDdiff3.c36 void write_output PARAMS((char const *, size_t));
37 void printf_output PARAMS((char const *, ...))
42 void flush_output PARAMS((void));
44 char * cvs_temp_name PARAMS((void));
197 static char *read_diff PARAMS((char const *, char const *, char **));
198 static char *scan_diff_line PARAMS((char *, char **, size_t *, char *, int));
199 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
200 static int compare_line_list PARAMS((char * const[], size_t const[], char * const[], size_t const[]…
201 static int copy_stringlist PARAMS((char * const[], size_t const[], char *[], size_t[], int));
202 static int dotlines PARAMS((struct diff3_block *, int));
[all …]
HDcontext.c20 static struct change *find_hunk PARAMS((struct change *));
21 static void find_function PARAMS((struct file_data const *, int, char const **, size_t *));
22 static void mark_ignorable PARAMS((struct change *));
23 static void pr_context_hunk PARAMS((struct change *));
24 static void pr_unidiff_hunk PARAMS((struct change *));
25 static void print_context_label PARAMS ((char const *, struct file_data *, char const *));
26 static void print_context_number_range PARAMS((struct file_data const *, int, int));
27 static void print_unidiff_number_range PARAMS((struct file_data const *, int, int));
HDifdef.c30 static char *format_group PARAMS((int, char *, int, struct group const *));
31 static char *scan_char_literal PARAMS((char *, int *));
32 static char *scan_printf_spec PARAMS((char *));
33 static int groups_letter_value PARAMS((struct group const *, int));
34 static void format_ifdef PARAMS((char *, int, int, int, int));
35 static void print_ifdef_hunk PARAMS((struct change *));
36 static void print_ifdef_lines PARAMS((int, char *, struct group const *));
HDdiff.c46 static char const *filetype PARAMS((struct stat const *));
47 static char *option_list PARAMS((char **, int));
48 static int add_exclude_file PARAMS((char const *));
49 static int ck_atoi PARAMS((char const *, int *));
50 static int compare_files PARAMS((char const *, char const *, char const *, char const *, int));
51 static int specify_format PARAMS((char **, char *));
52 static void add_exclude PARAMS((char const *));
53 static void add_regexp PARAMS((struct regexp_list **, char const *));
54 static void specify_style PARAMS((enum output_style));
55 static int try_help PARAMS((char const *));
[all …]
HDside.c24 static unsigned print_half_line PARAMS((char const * const *, unsigned, unsigned));
25 static unsigned tab_from_to PARAMS((unsigned, unsigned));
26 static void print_1sdiff_line PARAMS((char const * const *, int, char const * const *));
27 static void print_sdiff_common_lines PARAMS((int, int));
28 static void print_sdiff_hunk PARAMS((struct change *));
/dragonfly/contrib/gdb-7/include/cgen/
HDbitset.h41 extern CGEN_BITSET *cgen_bitset_create PARAMS ((unsigned));
42 extern void cgen_bitset_init PARAMS ((CGEN_BITSET *, unsigned));
43 extern void cgen_bitset_clear PARAMS ((CGEN_BITSET *));
44 extern void cgen_bitset_add PARAMS ((CGEN_BITSET *, unsigned));
45 extern void cgen_bitset_set PARAMS ((CGEN_BITSET *, unsigned));
46 extern int cgen_bitset_compare PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
47 extern void cgen_bitset_union PARAMS ((CGEN_BITSET *, CGEN_BITSET *, CGEN_BITSET *));
48 extern int cgen_bitset_intersect_p PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
49 extern int cgen_bitset_contains PARAMS ((CGEN_BITSET *, unsigned));
50 extern CGEN_BITSET *cgen_bitset_copy PARAMS ((CGEN_BITSET *));

123