Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py110 def help_line(left, opt, indent, long): function
195 help_line(left, opt, 27, True)
198 help_line(left, opt, 27, False)
204 help_line(left, opt, 27, True)
215 help_line(key, opt, 18, False)
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl907 foreach help_line $help_lines {
915 "${help_line}"]
918 "$arg_title" "${help_line}"]
922 "${help_line}"]
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c426 char help_line[SYM_TITLE_MAX_SIZE]; in annotate_browser__show_full_location() local
427 sprintf (help_line, "Source file location: %s", al->fileloc); in annotate_browser__show_full_location()
428 ui_helpline__puts(help_line); in annotate_browser__show_full_location()