Searched refs:docstring (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el1 ;; texi-docstring-magic.el -- munge internal docstrings into texi
8 ;; Id: texi-docstring-magic.el,v 1.2 2004/04/11 17:56:47 karl Exp
25 ;; * The first line of a docstring should be a complete sentence.
38 ;; M-x texi-docstring-magic to update all of the documentation strings.
64 ;; (define-key TeXinfo-mode-map "C-cC-d" 'texi-docstring-magic-insert-magic)
71 ;; * Look for a "texi-docstring" property for symbols
80 (defun texi-docstring-magic-splice-sep (strings sep)
90 (defconst texi-docstring-magic-munge-table
95 ((line (match-string 0 docstring)))
118 (concat "@samp{" (match-string 2 docstring) "}"))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-function.c108 gdb::unique_xmalloc_ptr<char> docstring;
122 docstring = python_string_to_host_string (ds_obj.get ());
123 if (docstring == NULL)
128 if (! docstring)
129 docstring.reset (xstrdup (_("This function is not documented.")));
131 add_internal_function (make_unique_xstrdup (name), std::move (docstring),
107 gdb::unique_xmalloc_ptr<char> docstring; member in class:gdb
H A Dpy-cmd.c443 char *docstring = NULL;
527 docstring = python_string_to_host_string (ds_obj.get ()).release ();
528 if (docstring == NULL)
536 if (! docstring)
537 docstring = xstrdup (_("This command is not documented."));
553 NULL, docstring, &obj->sub_list,
558 docstring, cmd_list);
577 xfree (docstring);
441 char *docstring = NULL; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-function.c108 gdb::unique_xmalloc_ptr<char> docstring;
122 docstring = python_string_to_host_string (ds_obj.get ());
123 if (docstring == NULL)
128 if (! docstring)
129 docstring.reset (xstrdup (_("This function is not documented.")));
131 add_internal_function (make_unique_xstrdup (name), std::move (docstring),
107 gdb::unique_xmalloc_ptr<char> docstring; member in class:gdb
H A Dpy-cmd.c487 gdb::unique_xmalloc_ptr<char> docstring = nullptr;
494 docstring = python_string_to_host_string (ds_obj.get ());
495 if (docstring == nullptr)
497 docstring = gdbpy_fix_doc_string_indentation (std::move (docstring));
500 if (docstring == nullptr)
501 docstring = make_unique_xstrdup (_("This command is not documented."));
518 NULL, docstring.release (), &obj->sub_list,
523 docstring.release (), cmd_list);
485 gdb::unique_xmalloc_ptr<char> docstring = nullptr; member in class:gdb
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.h1322 add_catch_command (const char *name, const char *docstring,
H A Dbreakpoint.c15165 add_catch_command (const char *name, const char *docstring,
15173 command = add_cmd (name, class_breakpoint, docstring,
15179 command = add_cmd (name, class_breakpoint, docstring,
15150 add_catch_command(const char *name, const char *docstring, cmd_const_sfunc_ftype *sfunc, completer_ftype *completer, void *user_data_catch, void *user_data_tcatch) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.h1476 add_catch_command (const char *name, const char *docstring,
H A Dbreakpoint.c14318 add_catch_command (const char *name, const char *docstring,
14326 command = add_cmd (name, class_breakpoint, docstring,
14332 command = add_cmd (name, class_breakpoint, docstring,
14303 add_catch_command(const char *name, const char *docstring, cmd_func_ftype *func, completer_ftype *completer, void *user_data_catch, void *user_data_tcatch) argument

Completed in 361 milliseconds