Home
last modified time | relevance | path

Searched defs:cfunc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/bin/dd/
H A Ddd.c64 void (*cfunc)(void); /* conversion function */ variable
/netbsd-src/bin/dd/
H A Ddd.c79 void (*cfunc)(void); /* conversion function */ variable
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.h75 cmd_cfunc_ftype *cfunc; member
H A Dcli-decode.c61 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) in set_cmd_cfunc()
/openbsd-src/usr.bin/mail/
H A Ddef.h112 } cfunc; /* Implementor of the command */ member
/openbsd-src/gnu/lib/libreadline/
H A Dcomplete.c348 rl_completion_mode (cfunc) in rl_completion_mode() argument
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c475 rl_completion_mode (rl_command_func_t *cfunc) in rl_completion_mode()