Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c326 #define NBUILTINS (sizeof (builtin_whatis) / sizeof (*builtin_whatis)) macro
328 static whatis_callback_t *whatis_cb_start[NBUILTINS];
376 for (idx = 0; idx < NBUILTINS; idx++) { in whatis_init()
383 whatis_cb_count = whatis_cb_size = NBUILTINS; in whatis_init()