Lines Matching refs:second
40 PrintShortHelp(cmd.second.help_short, kCommandLinkPrefix + cmd.first);
45 if (func.second.is_target)
46 PrintShortHelp(func.second.help_short, kFunctionLinkPrefix + func.first);
52 if (!func.second.is_target)
53 PrintShortHelp(func.second.help_short, kFunctionLinkPrefix + func.first);
60 PrintShortHelp(builtin.second.help_short,
68 PrintShortHelp(target.second.help_short,
121 PrintShortHelp(s.second.short_help);
153 PrintLongHelp(c.second.help, kCommandLinkPrefix + c.first);
160 if (f.second.is_target)
161 PrintLongHelp(f.second.help, kFunctionLinkPrefix + f.first);
169 if (!f.second.is_target)
170 PrintLongHelp(f.second.help, kFunctionLinkPrefix + f.first);
180 PrintLongHelp(v.second.help, kVariableLinkPrefix + v.first);
189 PrintLongHelp(v.second.help, kVariableLinkPrefix + v.first);
221 PrintLongHelp(found->second.long_help);
295 PrintLongHelp(found_command->second.help);
305 PrintLongHelp(found_function->second.help);
314 PrintLongHelp(found_builtin_var->second.help);
323 PrintLongHelp(found_target_var->second.help);
357 found_random_topic->second();