Home
last modified time | relevance | path

Searched refs:cfunc (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/usr.bin/mail/
H A Ddef.h112 } 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 Dcli-decode.h75 cmd_cfunc_ftype *cfunc; member
226 void (*cfunc) (char *args, int from_tty));
238 void (*cfunc) (char *args, int from_tty));
H A Dcli-decode.c57 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 Ddd.c64 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 Dargs.c144 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 Dextern.h55 extern void (*cfunc)(void);
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcommand.h129 cmd_cfunc_ftype *cfunc);
142 void (*cfunc) (char *args, int from_tty));
H A DChangeLog-19944864 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 DChangeLog-200212417 * 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 Dcomplete.c348 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 Drltech.texinfo1471 @deftypefun int rl_completion_mode (rl_command_func_t *cfunc)
1473 depending on whether @var{cfunc} was called twice in succession and