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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c149 free(dsp->ds_ident);
150 dsp->ds_ident = NULL;
170 *idp = dsp->ds_ident;
171 dsp->ds_ident = NULL;
199 if (dsp->ds_ident != NULL) {
205 dsp->ds_ident = name;
508 char *ident = yypcb->pcb_dstack.ds_ident;
645 yypcb->pcb_dstack.ds_ident = NULL;
1060 dsp->ds_ident = NULL;
1074 free(dsp->ds_ident);
[all...]
H A Ddt_decl.h80 char *ds_ident; /* identifier for this scope (if any) */ member in struct:dt_scope
H A Ddt_parser.c1409 * the topmost scope's ds_ident pointer will be set to NULL (indicating no
1435 if (dsp->ds_ident == NULL) {
1446 if (strchr(dsp->ds_ident, '`') != NULL) {
1448 "a declaration name (%s)\n", dsp->ds_ident);
1482 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1489 dmp->dm_name, dsp->ds_ident,
1495 dsp->ds_ident, &dtt) == NULL) {
1497 "failed to extern %s: %s\n", dsp->ds_ident,
1501 dmp->dm_name, dsp->ds_ident,
1509 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
[all...]

Completed in 107 milliseconds