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

/opensolaris-onvv-gate/usr/src/cmd/pgrep/
H A Didtab.h46 typedef struct idtab { struct
H A DMakefile31 OBJS = pgrep.o idtab.o psexp.o
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c182 Dt_t* idtab; /* identifier dict */ \
1148 if (!mp->idtab)
1150 if (mp->idtab = dtnew(mp->vm, &mp->dtdisc, Dthash))
1152 dtinsert(mp->idtab, &dict[q]);
1157 if (mp->idtab)
1160 if (ip = (Info_t*)dtmatch(mp->idtab, s))

Completed in 107 milliseconds