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

1234567891011>>

/haiku-fatelf/src/bin/patch/
H A Dversion.h5 void version PARAMS ((void));
H A Dpch.h5 LINENUM pch_end PARAMS ((void));
6 LINENUM pch_first PARAMS ((void));
7 LINENUM pch_hunk_beg PARAMS ((void));
8 LINENUM pch_newfirst PARAMS ((void));
9 LINENUM pch_prefix_context PARAMS ((void));
10 LINENUM pch_ptrn_lines PARAMS ((void));
11 LINENUM pch_repl_lines PARAMS ((void));
12 LINENUM pch_suffix_context PARAMS ((void));
13 bool pch_swap PARAMS ((void));
14 bool pch_write_line PARAMS ((LINENU
[all...]
H A Dbasename.h1 #ifndef PARAMS
3 # define PARAMS(Args) Args macro
5 # define PARAMS(Args) () macro
9 char *base_name PARAMS ((char const *name));
H A Dinp.h7 char const *ifetch PARAMS ((LINENUM, int, size_t *));
8 void get_input_file PARAMS ((char const *, char const *));
9 void re_input PARAMS ((void));
10 void scan_input PARAMS ((char *));
H A Dutil.h11 int ok_to_reverse PARAMS ((char const *, ...)) __attribute__ ((format (printf, 1, 2)));
12 void ask PARAMS ((char const *, ...)) __attribute__ ((format (printf, 1, 2)));
13 void say PARAMS ((char const *, ...)) __attribute__ ((format (printf, 1, 2)));
15 void fatal PARAMS ((char const *, ...))
17 void pfatal PARAMS ((char const *, ...))
20 char *fetchname PARAMS ((char *, int, time_t *));
21 char *savebuf PARAMS ((char const *, size_t));
22 char *savestr PARAMS ((char const *));
23 char const *version_controller PARAMS ((char const *, int, struct stat const *, char **, char **));
24 int version_get PARAMS ((cha
[all...]
H A Dquotearg.h42 #ifndef PARAMS
44 # define PARAMS(Args) Args macro
46 # define PARAMS(Args) () macro
57 PARAMS ((struct quoting_options *o));
60 enum quoting_style get_quoting_style PARAMS ((struct quoting_options *o));
64 void set_quoting_style PARAMS ((struct quoting_options *o,
72 int set_char_quoting PARAMS ((struct quoting_options *o, char c, int i));
82 size_t quotearg_buffer PARAMS ((char *buffer, size_t buffersize,
91 char *quotearg_n PARAMS ((unsigned int n, char const *arg));
94 char *quotearg PARAMS ((cha
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Drlshell.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));
H A Dreadline.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((in
[all...]
H A Drltypedefs.h47 typedef int rl_command_func_t PARAMS((int, int));
50 typedef char *rl_compentry_func_t PARAMS((const char *, int));
51 typedef char **rl_completion_func_t PARAMS((const char *, int, int));
53 typedef char *rl_quote_func_t PARAMS((char *, int, char *));
54 typedef char *rl_dequote_func_t PARAMS((char *, int));
56 typedef int rl_compignore_func_t PARAMS((char **));
58 typedef void rl_compdisp_func_t PARAMS((char **, int, int));
61 typedef int rl_hook_func_t PARAMS((void));
64 typedef int rl_getc_func_t PARAMS((FILE *));
69 typedef int rl_linebuf_func_t PARAMS((cha
[all...]
H A Dtilde.h32 extern char *func PARAMS((char *, char *, int)); */
34 #if !defined (PARAMS)
36 # define PARAMS(protos) protos macro
38 # define PARAMS(protos) () macro
42 typedef char *tilde_hook_func_t PARAMS((char *));
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 *));
H A Drlprivate.h132 typedef int _rl_callback_func_t PARAMS((_rl_callback_generic_arg *));
172 extern int rl_set_retained_kills PARAMS((int));
175 extern void _rl_set_screen_size PARAMS((int, int));
178 extern int _rl_fix_last_undo_of_type PARAMS((int, int, int));
181 extern char *_rl_savestring PARAMS((const char *));
201 extern void readline_internal_setup PARAMS((void));
202 extern char *readline_internal_teardown PARAMS((int));
203 extern int readline_internal_char PARAMS((void));
205 extern _rl_keyseq_cxt *_rl_keyseq_cxt_alloc PARAMS((void));
206 extern void _rl_keyseq_cxt_dispose PARAMS((_rl_keyseq_cx
[all...]
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...]
/haiku-fatelf/src/bin/gdb/readline/
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 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 Dreadline.h83 extern int rl_digit_argument PARAMS((int, int));
84 extern int rl_universal_argument PARAMS((int, int));
87 extern int rl_forward_byte PARAMS((int, int));
88 extern int rl_forward_char PARAMS((int, int));
89 extern int rl_forward PARAMS((int, int));
90 extern int rl_backward_byte PARAMS((int, int));
91 extern int rl_backward_char PARAMS((int, int));
92 extern int rl_backward PARAMS((int, int));
93 extern int rl_beg_of_line PARAMS((int, int));
94 extern int rl_end_of_line PARAMS((in
[all...]
H A Drlprivate.h70 extern int rl_set_retained_kills PARAMS((int));
73 extern void _rl_set_screen_size PARAMS((int, int));
76 extern int _rl_fix_last_undo_of_type PARAMS((int, int, int));
79 extern char *_rl_savestring PARAMS((const char *));
99 extern void readline_internal_setup PARAMS((void));
100 extern char *readline_internal_teardown PARAMS((int));
101 extern int readline_internal_char PARAMS((void));
106 extern void _rl_bind_if_unbound PARAMS((const char *, rl_command_func_t *));
109 extern char _rl_find_completion_word PARAMS((int *, int *));
110 extern void _rl_free_match_list PARAMS((cha
[all...]
H A Dhistory.h65 extern void using_history PARAMS((void));
68 extern HISTORY_STATE *history_get_history_state PARAMS((void));
71 extern void history_set_history_state PARAMS((HISTORY_STATE *));
77 extern void add_history PARAMS((const char *));
82 extern HIST_ENTRY *remove_history PARAMS((int));
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
90 extern void clear_history PARAMS((void));
93 extern void stifle_history PARAMS((int));
98 extern int unstifle_history PARAMS((void));
101 extern int history_is_stifled PARAMS((voi
[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 *));
/haiku-fatelf/src/bin/diffutils/lib/
H A Dexclude.h21 #ifndef PARAMS
23 # define PARAMS(Args) Args macro
25 # define PARAMS(Args) () macro
44 struct exclude *new_exclude PARAMS ((void));
45 void free_exclude PARAMS ((struct exclude *));
46 void add_exclude PARAMS ((struct exclude *, char const *, int));
47 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *, int),
49 bool excluded_filename PARAMS ((struct exclude const *, char const *));
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 Ddirname.h20 # ifndef PARAMS
22 # define PARAMS(Args) Args macro
24 # define PARAMS(Args) () macro
40 char *base_name PARAMS ((char const *path));
41 char *dir_name PARAMS ((char const *path));
42 size_t base_len PARAMS ((char const *path));
43 size_t dir_len PARAMS ((char const *path));
45 int strip_trailing_slashes PARAMS ((char *path));
/haiku-fatelf/src/bin/bash/lib/tilde/
H A Dtilde.h32 extern char *func PARAMS((char *, char *, int)); */
34 #if !defined (PARAMS)
36 # define PARAMS(protos) protos macro
38 # define PARAMS(protos) () macro
42 typedef char *tilde_hook_func_t PARAMS((char *));
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 *));
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dlibiberty.h22 extern char **buildargv PARAMS ((char *));
26 extern void freeargv PARAMS ((char **));
31 extern char **dupargv PARAMS ((char **));
40 extern char *basename PARAMS ((const char *));
48 extern char *concat PARAMS ((const char *, ...));
52 extern int fdmatch PARAMS ((int fd1, int fd2));
56 extern long get_run_time PARAMS ((void));
60 extern char *choose_temp_base PARAMS ((void));
64 extern const char *spaces PARAMS ((int count));
69 extern int errno_max PARAMS ((voi
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dvfork.c16 extern int fork PARAMS ((void));
/haiku-fatelf/src/bin/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...]

Completed in 111 milliseconds

1234567891011>>