Home
last modified time | relevance | path

Searched refs:o_func (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_options.c953 int (*o_func)(dtrace_hdl_t *, const char *, uintptr_t); member
1094 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt()
1099 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt()
1111 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt()
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh3136 o_func="$2";
3140 eval "${o_func}"' "${o_arg1}" "$@"';
3143 eval ${_UNSET} o_func;