/dflybsd-src/contrib/gdb-7/readline/ |
H A D | rltypedefs.h | 47 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 …]
|
H A D | tilde.h | 36 # define PARAMS(protos) protos macro 42 typedef char *tilde_hook_func_t PARAMS((char *)); typedef
|
H A D | rlstdc.h | 33 # define PARAMS(protos) protos macro 35 # define PARAMS(protos) () macro
|
H A D | rlprivate.h | 157 typedef int _rl_callback_func_t PARAMS((_rl_callback_generic_arg *)); typedef
|
H A D | bind.c | 945 typedef int _rl_parser_func_t PARAMS((char *)); typedef 1491 typedef int _rl_sv_func_t PARAMS((const char *)); typedef
|
H A D | histexpand.c | 56 typedef int _hist_search_func_t PARAMS((const char *, int)); typedef
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-target.h | 26 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-target.h | 28 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genhooks.c | 30 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) \ argument 32 #define DEFHOOK_UNDOC(NAME, DOC, TYPE, PARAMS, INIT) \ argument
|
H A D | target.h | 207 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/cvs-1.12/diff/ |
H A D | system.h | 34 #define PARAMS(args) args macro 37 #define PARAMS(args) () macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | genhooks.c | 31 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) \ argument 33 #define DEFHOOK_UNDOC(NAME, DOC, TYPE, PARAMS, INIT) \ argument
|
H A D | target.h | 154 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/common/ |
H A D | common-target.h | 64 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/common/ |
H A D | common-target.h | 63 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; argument
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | ansidecl.h | 160 #define PARAMS(ARGS) ARGS macro
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | ansidecl.h | 160 #define PARAMS(ARGS) ARGS macro
|