Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dhelp.c124 static const help_topics htops[] = { variable
217 for (i = 0; htops[i].ht_key; i++) { in rdb_help()
218 if (strcmp(htops[i].ht_key, topic) == 0) { in rdb_help()
219 if (htops[i].ht_func) in rdb_help()
220 htops[i].ht_func(); in rdb_help()
224 htops[i].ht_key); in rdb_help()
233 for (i = 0; htops[i].ht_key; i++) { in rdb_help()
234 (void) printf("\t%10s\t%s", htops[i].ht_key, htops[i].ht_desc); in rdb_help()
235 if (htops[i].ht_func) in rdb_help()