Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:search_word

445 CommandObject::HelpTextContainsWord (const char *search_word)
455 if (short_help && strcasestr (short_help, search_word))
457 else if (long_help && strcasestr (long_help, search_word))
459 else if (syntax_help && strcasestr (syntax_help, search_word))
470 if (strcasestr (usage_text, search_word))