Searched refs:cfunc (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/usr.bin/mail/ |
| H A D | def.h | 112 } cfunc; /* Implementor of the command */ member 113 #define c_func cfunc.c_func1 114 #define c_func2 cfunc.c_func2
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-decode.h | 75 cmd_cfunc_ftype *cfunc; member 226 void (*cfunc) (char *args, int from_tty)); 238 void (*cfunc) (char *args, int from_tty));
|
| H A D | cli-decode.c | 57 c->function.cfunc (args, from_tty); /* Ok. */ in do_cfunc() 61 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) in set_cmd_cfunc() argument 63 if (cfunc == NULL) in set_cmd_cfunc() 67 cmd->function.cfunc = cfunc; /* Ok. */ in set_cmd_cfunc() 88 void (*cfunc) (char *args, int from_tty)) in cmd_cfunc_eq() 90 return cmd->func == do_cfunc && cmd->function.cfunc == cfunc; in cmd_cfunc_eq()
|
| /openbsd-src/bin/dd/ |
| H A D | dd.c | 64 void (*cfunc)(void); /* conversion function */ variable 324 (*cfunc)(); in dd_in() 335 if (cfunc == def) in dd_close() 337 else if (cfunc == block) in dd_close() 339 else if (cfunc == unblock) in dd_close()
|
| H A D | args.c | 144 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl() 149 cfunc = unblock; in jcl() 152 cfunc = block; in jcl() 159 cfunc = def; in jcl()
|
| H A D | extern.h | 55 extern void (*cfunc)(void);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | command.h | 129 cmd_cfunc_ftype *cfunc); 142 void (*cfunc) (char *args, int from_tty));
|
| H A D | ChangeLog-1994 | 4864 to make this the sfunc, not cfunc, since that is how we call it. 4865 * command.h: Comment difference between sfunc and cfunc. 4868 (_initialize_demangler): Use sfunc, not cfunc, for
|
| H A D | ChangeLog-2002 | 12417 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq. 13468 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | complete.c | 348 rl_completion_mode (cfunc) in rl_completion_mode() argument 349 rl_command_func_t *cfunc; in rl_completion_mode() 351 if (rl_last_func == cfunc && !completion_changed_buffer)
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | rltech.texinfo | 1471 @deftypefun int rl_completion_mode (rl_command_func_t *cfunc) 1473 depending on whether @var{cfunc} was called twice in succession and
|