Searched refs:din_hash (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h58 struct dt_idhash *din_hash; /* identifiers private to this subtree */ member in struct:dt_idnode
59 struct dt_ident **din_argv; /* identifiers in din_hash for arguments */
H A Ddt_ident.c524 if (inp->din_hash != NULL)
525 dt_idhash_destroy(inp->din_hash);
H A Ddt_parser.c2249 * hash containing the named parameters and store it in inp->din_hash.
2261 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0);
2264 if (inp->din_hash == NULL || inp->din_argv == NULL)
2269 * and store it in din_hash and in position in din_argv[]. The
2283 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2298 dt_idstack_push(&yypcb->pcb_globals, inp->din_hash);
2309 dt_idstack_pop(&yypcb->pcb_globals, inp->din_hash);

Completed in 249 milliseconds