Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dtexi-docstring-magic.el95 ((line (match-string 0 docstring)))
118 (concat "@samp{" (match-string 2 docstring) "}"))
122 (concat "@strong{" (match-string 2 docstring) "}"))
129 (or (boundp (intern (match-string 2 docstring)))
130 (fboundp (intern (match-string 2 docstring))))
131 (concat "@code{" (match-string 2 docstring) "}"
132 (match-string 4 docstring)))
142 (or (> (length (match-string 1 docstring)) 3)
143 (member (downcase (match-string 1 docstring)) args))
144 (concat "@var{" (downcase (match-string 1 docstring)) "}"
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1111 std::string docstring; in GetHelpLong() local
1113 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1114 if (!docstring.empty()) in GetHelpLong()
1115 SetHelpLong(docstring); in GetHelpLong()
1179 std::string docstring; in GetHelp() local
1181 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1182 if (!docstring.empty()) in GetHelp()
1183 SetHelp(docstring); in GetHelp()
1196 std::string docstring; in GetHelpLong() local
1198 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
[all …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake47 # CMake requires the docstring parameter whenever set() touches the cache,
48 # so get the existing docstring and re-use that.
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython.swig9 /* Define our module docstring. */
61 %module(docstring=DOCSTRING, moduleimport=MODULEIMPORT) lldb
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Depsf.tex21 %%% docstring = "This file contains TeX macros to include an
/openbsd-src/gnu/gcc/gcc/
H A Drtl.def895 2: A docstring for this constraint, in Texinfo syntax; not currently
920 1: A docstring for this constraint, in Texinfo syntax; not currently
/openbsd-src/gnu/gcc/gcc/doc/
H A Dmd.texi2962 @deffn {MD Expression} define_register_constraint name regclass docstring
2973 @var{docstring} is a sentence documenting the meaning of the
2981 @deffn {MD Expression} define_constraint name docstring exp
2982 The @var{name} and @var{docstring} arguments are the same as for
2983 @code{define_register_constraint}, but note that the docstring comes
3022 @deffn {MD Expression} define_memory_constraint name docstring exp
3042 @deffn {MD Expression} define_address_constraint name docstring exp
3078 Each docstring in a constraint definition should be one or more complete
3087 beginning of a docstring, then (in the future) it will appear only in
H A Dgccint.info14885 -- MD Expression: define_register_constraint name regclass docstring
14903 -- MD Expression: define_constraint name docstring exp
14905 `define_register_constraint', but note that the docstring comes
14943 -- MD Expression: define_memory_constraint name docstring exp
14962 -- MD Expression: define_address_constraint name docstring exp
14992 Each docstring in a constraint definition should be one or more
15001 of a docstring, then (in the future) it will appear only in the
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19902518 (set_verbose): New function to set docstring.
2522 * valprint.c (_initialize_valprint): Change docstring for
2525 * command.c (add_show_from_set): Check that docstring starts with
H A DChangeLog-19931361 * typeprint.c: Add "class CLASS-NAME" to docstring for ptype.
3598 (_initialize_mips_tdep): Improve docstring for `set heur'.
3937 * infcmd.c (_initialize_infcmd): In docstring for "continue",
4093 * remote-udi.c: Fix docstring so that it compiles.
4217 * remote-udi.c: Improve docstring.
5882 * printcmd.c (_initialize_printcmd): Clean up docstring for "x"
H A DChangeLog-19944190 * breakpoint.c (_initialize_breakpoint): Update docstring for
4983 * remote-mips.c (mips_ops): Fix docstring.
4985 * remote-bug.c (bug_ops): Remove spurious newline from docstring.
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst504 Optionally, you can also provide a Python docstring, and LLDB will use it when providing help for y…
/openbsd-src/usr.sbin/unbound/doc/
H A Dunbound.doxygen236 # doxygen's special commands can be used and the contents of the docstring
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog10765 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11803 subcommands are presented, or exact docstring text. This kind of
12342 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.463564 texi-docstring-magic.el.