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

1234567

/macosx-10.9.5/bash-92/bash-3.2/lib/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 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 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...]
/macosx-10.9.5/gpatch-3/patch/
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 Dquote.h3 #ifndef PARAMS
5 # define PARAMS(Args) Args macro
7 # define PARAMS(Args) () macro
11 char const *quote_n PARAMS ((int n, char const *name));
12 char const *quote PARAMS ((char const *name));
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));
H A Dbackupfile.h47 # ifndef PARAMS
49 # define PARAMS(Args) Args macro
51 # define PARAMS(Args) () macro
55 char *find_backup_file_name PARAMS ((char const *, enum backup_type));
56 enum backup_type get_version PARAMS ((char const *context, char const *arg));
57 enum backup_type xget_version PARAMS ((char const *context, char const *arg));
58 void addext PARAMS ((char *, char const *, int));
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 ((int n, char const *arg));
95 char *quotearg PARAMS ((cha
[all...]
/macosx-10.9.5/gnudiff-19/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));
H A Dinttostr.h50 #ifndef PARAMS
52 # define PARAMS(Args) Args macro
54 # define PARAMS(Args) () macro
58 char *offtostr PARAMS ((off_t, char *));
59 char *imaxtostr PARAMS ((intmax_t, char *));
60 char *umaxtostr PARAMS ((uintmax_t, char *));
/macosx-10.9.5/bash-92/bash-3.2/lib/tilde/
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 *));
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcgen-bitset.h40 extern CGEN_BITSET *cgen_bitset_create PARAMS ((unsigned));
41 extern void cgen_bitset_init PARAMS ((CGEN_BITSET *, unsigned));
42 extern void cgen_bitset_clear PARAMS ((CGEN_BITSET *));
43 extern void cgen_bitset_add PARAMS ((CGEN_BITSET *, unsigned));
44 extern void cgen_bitset_set PARAMS ((CGEN_BITSET *, unsigned));
45 extern int cgen_bitset_compare PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
46 extern void cgen_bitset_union PARAMS ((CGEN_BITSET *, CGEN_BITSET *, CGEN_BITSET *));
47 extern int cgen_bitset_intersect_p PARAMS ((CGEN_BITSET *, CGEN_BITSET *));
48 extern int cgen_bitset_contains PARAMS ((CGEN_BITSET *, unsigned));
49 extern CGEN_BITSET *cgen_bitset_copy PARAMS ((CGEN_BITSE
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dwinduni.h50 PARAMS ((int *, unichar **, const char *));
54 extern void unicode_print PARAMS ((FILE *, const unichar *, int));
60 extern PTR res_alloc PARAMS ((size_t));
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/gdb/
H A Dcallback.h77 int (*close) PARAMS ((host_callback *,int));
78 int (*get_errno) PARAMS ((host_callback *));
79 int (*isatty) PARAMS ((host_callback *, int));
80 int (*lseek) PARAMS ((host_callback *, int, long , int));
81 int (*open) PARAMS ((host_callback *, const char*, int mode));
82 int (*read) PARAMS ((host_callback *,int, char *, int));
83 int (*read_stdin) PARAMS (( host_callback *, char *, int));
84 int (*rename) PARAMS ((host_callback *, const char *, const char *));
85 int (*system) PARAMS ((host_callback *, const char *));
86 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...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dsavescreen.sh34 PARAMS=
42 PARAMS="$PARAMS $LATEST"
46 ./savescreen $PARAMS
51 ./savescreen -r $PARAMS
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dhash-string.h21 #ifndef PARAMS
23 # define PARAMS(Args) Args macro
25 # define PARAMS(Args) () macro
36 static unsigned long int hash_string PARAMS ((const char *__str_param));

Completed in 215 milliseconds

1234567