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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c305 * The prototype node list is specified as 'plist'. The formal prototype
306 * against which to compare the prototype is specified as 'flist'. If plist
308 * plist and flist are different, we require that named parameters in plist
312 dt_decl_prototype(dt_node_t *plist, argument
317 int form = plist != flist;
320 for (dnp = plist; dnp != NULL; dnp = dnp->dn_list, i++) {
363 if (v != 0 && plist->dn_list != NULL)

Completed in 43 milliseconds