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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.c147 free(dsp->ds_ident);
148 dsp->ds_ident = NULL;
168 *idp = dsp->ds_ident;
169 dsp->ds_ident = NULL;
197 if (dsp->ds_ident != NULL) {
203 dsp->ds_ident = name;
511 char *ident = yypcb->pcb_dstack.ds_ident;
648 yypcb->pcb_dstack.ds_ident = NULL;
1058 dsp->ds_ident = NULL;
1072 free(dsp->ds_ident);
[all...]
H A Ddt_decl.h77 char *ds_ident; /* identifier for this scope (if any) */ member in struct:dt_scope
H A Ddt_parser.c1363 * the topmost scope's ds_ident pointer will be set to NULL (indicating no
1389 if (dsp->ds_ident == NULL) {
1400 if (strchr(dsp->ds_ident, '`') != NULL) {
1402 "a declaration name (%s)\n", dsp->ds_ident);
1436 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1443 dmp->dm_name, dsp->ds_ident,
1449 dsp->ds_ident, &dtt) == NULL) {
1451 "failed to extern %s: %s\n", dsp->ds_ident,
1455 dmp->dm_name, dsp->ds_ident,
1463 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
[all...]

Completed in 93 milliseconds