Home
last modified time | relevance | path

Searched defs:taglist (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c86 struct taglist { struct
87 struct taglist *t_next; /* next in list */ argument
88 char t_tag[PMTAGSIZE + 1]; /* PM tag */
89 char t_type[PMTYPESIZE + 1]; /* PM type */
/illumos-gate/usr/src/tools/smatch/src/
H A Dctags.c35 static struct symbol_list *taglist = NULL; variable