Searched defs:E_SEARCH_STRING (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c454 #define E_SEARCH_STRING 0x04 macro
491 if (flags & E_SEARCH_STRING) {
599 info.e_flags |= E_SEARCH_STRING;
650 (info.e_flags & (E_SEARCH_STRING | E_SEARCH_VALUE)) != 0) {
651 if (info.e_flags & E_SEARCH_STRING)

Completed in 68 milliseconds