Home
last modified time | relevance | path

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

/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A Dsearch.cc94 static const char* searchKindName[] = { "search", "narrow", "xg-narrow", "smt-search" }; in search() local
97 cout << searchKindName[searchKind] << ' '; in search()