Searched refs:PARAMS (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-10-stable/contrib/libreadline/
H A Drlshell.h28 extern char *sh_single_quote PARAMS((char *));
29 extern void sh_set_lines_and_columns PARAMS((int, int));
30 extern char *sh_get_env_value PARAMS((const char *));
31 extern char *sh_get_home_dir PARAMS((void));
32 extern int sh_unset_nodelay_mode PARAMS((int));
H A Dreadline.h84 extern int rl_digit_argument PARAMS((int, int));
85 extern int rl_universal_argument PARAMS((int, int));
88 extern int rl_forward_byte PARAMS((int, int));
89 extern int rl_forward_char PARAMS((int, int));
90 extern int rl_forward PARAMS((int, int));
91 extern int rl_backward_byte PARAMS((int, int));
92 extern int rl_backward_char PARAMS((int, int));
93 extern int rl_backward PARAMS((int, int));
94 extern int rl_beg_of_line PARAMS((int, int));
95 extern int rl_end_of_line PARAMS((in
[all...]
H A Drltypedefs.h48 typedef int rl_command_func_t PARAMS((int, int));
51 typedef char *rl_compentry_func_t PARAMS((const char *, int));
52 typedef char **rl_completion_func_t PARAMS((const char *, int, int));
54 typedef char *rl_quote_func_t PARAMS((char *, int, char *));
55 typedef char *rl_dequote_func_t PARAMS((char *, int));
57 typedef int rl_compignore_func_t PARAMS((char **));
59 typedef void rl_compdisp_func_t PARAMS((char **, int, int));
62 typedef int rl_hook_func_t PARAMS((void));
65 typedef int rl_getc_func_t PARAMS((FILE *));
70 typedef int rl_linebuf_func_t PARAMS((cha
[all...]
H A Dtilde.h33 extern char *func PARAMS((char *, char *, int)); */
35 #if !defined (PARAMS)
37 # define PARAMS(protos) protos macro
39 # define PARAMS(protos) () macro
43 typedef char *tilde_hook_func_t PARAMS((char *));
68 extern char *tilde_expand PARAMS((const char *));
72 extern char *tilde_expand_word PARAMS((const char *));
75 extern char *tilde_find_word PARAMS((const char *, int, int *));
H A Dhistory.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((in
[all...]
H A Drlprivate.h118 typedef int _rl_callback_func_t PARAMS((_rl_callback_generic_arg *));
161 extern int rl_set_retained_kills PARAMS((int));
164 extern void _rl_set_screen_size PARAMS((int, int));
167 extern int _rl_fix_last_undo_of_type PARAMS((int, int, int));
170 extern char *_rl_savestring PARAMS((const char *));
190 extern void readline_internal_setup PARAMS((void));
191 extern char *readline_internal_teardown PARAMS((int));
192 extern int readline_internal_char PARAMS((void));
194 extern _rl_keyseq_cxt *_rl_keyseq_cxt_alloc PARAMS((void));
195 extern void _rl_keyseq_cxt_dispose PARAMS((_rl_keyseq_cx
[all...]
H A Drlstdc.h29 extern char *func PARAMS((char *, char *, int)); */
31 #if !defined (PARAMS)
33 # define PARAMS(protos) protos macro
35 # define PARAMS(protos) () macro
H A Dxmalloc.h42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
44 extern void xfree PARAMS((void *));
H A Dcompat.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((cons
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dcloseout.h4 # ifndef PARAMS
6 # define PARAMS(Args) Args macro
8 # define PARAMS(Args) () macro
12 void close_stdout_set_status PARAMS ((int status));
13 void close_stdout_set_file_name PARAMS ((const char *file));
14 void close_stdout PARAMS ((void));
15 void close_stdout_status PARAMS ((int status));
H A Dexclude.h21 #ifndef PARAMS
23 # define PARAMS(Args) Args macro
25 # define PARAMS(Args) () macro
31 struct exclude *new_exclude PARAMS ((void));
32 void add_exclude PARAMS ((struct exclude *, char const *));
33 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *),
35 int excluded_filename PARAMS ((struct exclude const *, char const *, int));
H A Dhard-locale.h8 # ifndef PARAMS
10 # define PARAMS(Args) Args macro
12 # define PARAMS(Args) () macro
16 int hard_locale PARAMS ((int));
H A Dsavedir.h6 # ifndef PARAMS
8 # define PARAMS(Args) Args macro
10 # define PARAMS(Args) () macro
15 savedir PARAMS ((const char *dir, off_t name_size,
H A Dquotearg.h43 #ifndef PARAMS
45 # define PARAMS(Args) Args macro
47 # define PARAMS(Args) () macro
58 PARAMS ((struct quoting_options *o));
61 enum quoting_style get_quoting_style PARAMS ((struct quoting_options *o));
65 void set_quoting_style PARAMS ((struct quoting_options *o,
73 int set_char_quoting PARAMS ((struct quoting_options *o, char c, int i));
83 size_t quotearg_buffer PARAMS ((char *buffer, size_t buffersize,
92 char *quotearg_n PARAMS ((unsigned int n, char const *arg));
95 char *quotearg PARAMS ((cha
[all...]
H A Dkwset.h38 extern kwset_t kwsalloc PARAMS((char const *));
43 extern char *kwsincr PARAMS((kwset_t, char const *, size_t));
47 extern char *kwsprep PARAMS((kwset_t));
55 extern size_t kwsexec PARAMS((kwset_t, char const *, size_t, struct kwsmatch *));
58 extern void kwsfree PARAMS((kwset_t));
/freebsd-10-stable/contrib/gdb/include/
H A Dlibiberty.h54 extern char **buildargv PARAMS ((const char *)) ATTRIBUTE_MALLOC;
58 extern void freeargv PARAMS ((char **));
63 extern char **dupargv PARAMS ((char **)) ATTRIBUTE_MALLOC;
78 extern char *basename PARAMS ((const char *));
86 extern const char *lbasename PARAMS ((const char *));
90 extern char *lrealpath PARAMS ((const char *));
96 extern char *concat PARAMS ((const char *, ...)) ATTRIBUTE_MALLOC;
105 extern char *reconcat PARAMS ((char *, const char *, ...)) ATTRIBUTE_MALLOC;
111 extern unsigned long concat_length PARAMS ((const char *, ...));
118 extern char *concat_copy PARAMS ((cha
[all...]
H A Dfibheap.h71 extern fibheap_t fibheap_new PARAMS ((void));
72 extern fibnode_t fibheap_insert PARAMS ((fibheap_t, fibheapkey_t, void *));
73 extern int fibheap_empty PARAMS ((fibheap_t));
74 extern fibheapkey_t fibheap_min_key PARAMS ((fibheap_t));
75 extern fibheapkey_t fibheap_replace_key PARAMS ((fibheap_t, fibnode_t,
77 extern void *fibheap_replace_key_data PARAMS ((fibheap_t, fibnode_t,
79 extern void *fibheap_extract_min PARAMS ((fibheap_t));
80 extern void *fibheap_min PARAMS ((fibheap_t));
81 extern void *fibheap_replace_data PARAMS ((fibheap_t, fibnode_t, void *));
82 extern void *fibheap_delete_node PARAMS ((fibheap_
[all...]
H A Ddyn-string.h43 extern int dyn_string_init PARAMS ((struct dyn_string *, int));
44 extern dyn_string_t dyn_string_new PARAMS ((int));
45 extern void dyn_string_delete PARAMS ((dyn_string_t));
46 extern char *dyn_string_release PARAMS ((dyn_string_t));
47 extern dyn_string_t dyn_string_resize PARAMS ((dyn_string_t, int));
48 extern void dyn_string_clear PARAMS ((dyn_string_t));
49 extern int dyn_string_copy PARAMS ((dyn_string_t, dyn_string_t));
50 extern int dyn_string_copy_cstr PARAMS ((dyn_string_t, const char *));
51 extern int dyn_string_prepend PARAMS ((dyn_string_t, dyn_string_t));
52 extern int dyn_string_prepend_cstr PARAMS ((dyn_string_
[all...]
H A Dhashtab.h51 typedef hashval_t (*htab_hash) PARAMS ((const void *));
58 typedef int (*htab_eq) PARAMS ((const void *, const void *));
62 typedef void (*htab_del) PARAMS ((void *));
68 typedef int (*htab_trav) PARAMS ((void **, void *));
74 typedef PTR (*htab_alloc) PARAMS ((size_t, size_t));
77 typedef void (*htab_free) PARAMS ((PTR));
81 typedef PTR (*htab_alloc_with_arg) PARAMS ((void *, size_t, size_t));
82 typedef void (*htab_free_with_arg) PARAMS ((void *, void *));
138 extern htab_t htab_create_alloc PARAMS ((size_t, htab_hash,
142 extern htab_t htab_create_alloc_ex PARAMS ((size_
[all...]
H A Dsplay-tree.h55 typedef int (*splay_tree_compare_fn) PARAMS((splay_tree_key, splay_tree_key));
59 typedef void (*splay_tree_delete_key_fn) PARAMS((splay_tree_key));
63 typedef void (*splay_tree_delete_value_fn) PARAMS((splay_tree_value));
66 typedef int (*splay_tree_foreach_fn) PARAMS((splay_tree_node, void*));
72 typedef PTR (*splay_tree_allocate_fn) PARAMS((int, void *));
78 typedef void (*splay_tree_deallocate_fn) PARAMS((void *, void *));
117 extern splay_tree splay_tree_new PARAMS((splay_tree_compare_fn,
121 PARAMS((splay_tree_compare_fn,
127 extern void splay_tree_delete PARAMS((splay_tree));
129 PARAMS((splay_tre
[all...]
H A Dpartition.h67 extern partition partition_new PARAMS((int));
68 extern void partition_delete PARAMS((partition));
69 extern int partition_union PARAMS((partition,
72 extern void partition_print PARAMS((partition,
H A Dternary.h41 PTR ternary_insert PARAMS ((ternary_tree *p, const char *s,
46 void ternary_cleanup PARAMS ((ternary_tree p));
50 PTR ternary_search PARAMS ((const ternary_node *p, const char *s));
/freebsd-10-stable/contrib/gdb/include/gdb/
H A Dcallback.h79 int (*close) PARAMS ((host_callback *,int));
80 int (*get_errno) PARAMS ((host_callback *));
81 int (*isatty) PARAMS ((host_callback *, int));
82 int (*lseek) PARAMS ((host_callback *, int, long , int));
83 int (*open) PARAMS ((host_callback *, const char*, int mode));
84 int (*read) PARAMS ((host_callback *,int, char *, int));
85 int (*read_stdin) PARAMS (( host_callback *, char *, int));
86 int (*rename) PARAMS ((host_callback *, const char *, const char *));
87 int (*system) PARAMS ((host_callback *, const char *));
88 long (*time) PARAMS ((host_callbac
[all...]
H A Dremote-sim.h108 SIM_DESC sim_open PARAMS ((SIM_OPEN_KIND kind, struct host_callback_struct *callback, struct bfd *abfd, char **argv));
119 void sim_close PARAMS ((SIM_DESC sd, int quitting));
145 SIM_RC sim_load PARAMS ((SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty));
165 SIM_RC sim_create_inferior PARAMS ((SIM_DESC sd, struct bfd *abfd, char **argv, char **env));
172 int sim_read PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
179 int sim_write PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
191 int sim_fetch_register PARAMS ((SIM_DESC sd, int regno, unsigned char *buf, int length));
203 int sim_store_register PARAMS ((SIM_DESC sd, int regno, unsigned char *buf, int length));
210 void sim_info PARAMS ((SIM_DESC sd, int verbose));
235 void sim_resume PARAMS ((SIM_DES
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-s390.h28 extern int tc_s390_force_relocation PARAMS ((struct fix *));
35 extern int tc_s390_fix_adjustable PARAMS ((struct fix *));
42 extern enum bfd_architecture s390_arch PARAMS ((void));
46 extern const char *s390_target_format PARAMS ((void));
78 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
82 extern void s390_md_end PARAMS ((void));
88 extern void s390_cfi_frame_initial_instructions PARAMS ((void));
91 extern int tc_s390_regname_to_dw2regnum PARAMS ((char *regname));

Completed in 213 milliseconds

12345