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

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

Completed in 110 milliseconds