Home
last modified time | relevance | path

Searched refs:Setlist (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h159 #define Setlist "setlist" macro
H A Dtopo_xml.c1209 set = xmlGetProp(cn, (xmlChar *)Setlist); in pad_process()
1863 set = xmlGetProp(curr, (xmlChar *)Setlist); in topo_xml_walk()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c988 static struct setlist Setlist[] = { variable
1027 genget(name, (char **)Setlist, sizeof (struct setlist)));
1061 for (ct = Setlist; ct->name; ct++)
1141 for (ct = Setlist; ct->name; ct++)
1414 for (sl = Setlist; sl->name; sl++) {