OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_decl_func
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h
109
extern dt_decl_t *
dt_decl_func
(dt_decl_t *, struct dt_node *);
dt_grammar.y
784
| direct_declarator function {
dt_decl_func
($1, $2); }
845
| direct_abstract_declarator function {
dt_decl_func
($1, $2); }
846
| function {
dt_decl_func
(NULL, $1); }
dt_decl.c
420
*
dt_decl_func
() call occurs *after* the dt_decl_ptr() call, even though the
429
dt_decl_func
(dt_decl_t *pdp, dt_node_t *dnp)
function
Completed in 93 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026