HomeSort by relevance Sort by last modified time
    Searched refs:help_msg (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.h 44 /* description to use in help_msg() */
66 void help_msg(const char *msg, const char *tail, opt_option *options,
tasm-options.c 103 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) function
tasm.c 475 help_msg(help_head, help_tail, options, NELEMS(options));
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.h 47 /* description to use in help_msg() */
72 void help_msg(const char *msg, const char *tail, opt_option *options,
yasm-options.c 161 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) function
yasm.c 614 help_msg(help_head, help_tail, options, NELEMS(options));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 364 help_msg = topics.get(topic, '').strip()
365 if help_msg:
366 print(help_msg % self.covpkg.__dict__)

Completed in 78 milliseconds