OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_ident
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.c
149
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
...]
dt_decl.h
80
char *
ds_ident
; /* identifier for this scope (if any) */
member in struct:dt_scope
dt_parser.c
1409
* 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 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026