Searched defs:flist (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c285 * Examine the list of formal parameters 'flist' and determine if the formal
287 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
290 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
294 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
306 * against which to compare the prototype is specified as 'flist'. If plist
307 * and flist are the same, we require that named parameters are unique. If
308 * plist and flist are different, we require that named parameters in plist
309 * match a name that is present in flist.
313 dt_node_t *flist, cons
312 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
[all...]

Completed in 104 milliseconds