Searched refs:docstring (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-function.c | 168 char *docstring = NULL; in fnpy_init() local 179 docstring = python_string_to_host_string (ds_obj); in fnpy_init() 180 if (docstring == NULL) in fnpy_init() 187 if (! docstring) in fnpy_init() 188 docstring = xstrdup (_("This function is not documented.")); in fnpy_init() 190 add_internal_function (name, docstring, fnpy_call, self); in fnpy_init()
|
H A D | py-cmd.c | 410 char *docstring = NULL; in cmdpy_init() local 494 docstring = python_string_to_host_string (ds_obj); in cmdpy_init() 495 if (docstring == NULL) in cmdpy_init() 503 if (! docstring) in cmdpy_init() 504 docstring = xstrdup (_("This command is not documented.")); in cmdpy_init() 520 NULL, docstring, &obj->sub_list, in cmdpy_init() 525 docstring, cmd_list); in cmdpy_init() 539 xfree (docstring); in cmdpy_init()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | breakpoint.h | 1232 add_catch_command (char *name, char *docstring,
|
H A D | breakpoint.c | 15808 add_catch_command (char *name, char *docstring, in add_catch_command() argument 15817 command = add_cmd (name, class_breakpoint, NULL, docstring, in add_catch_command() 15823 command = add_cmd (name, class_breakpoint, NULL, docstring, in add_catch_command()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | rtl.def | 968 2: A docstring for this constraint, in Texinfo syntax; not currently 993 1: A docstring for this constraint, in Texinfo syntax; not currently
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtl.def | 1005 2: A docstring for this constraint, in Texinfo syntax; not currently 1030 1: A docstring for this constraint, in Texinfo syntax; not currently
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | md.texi | 3874 @deffn {MD Expression} define_register_constraint name regclass docstring 3887 @var{docstring} is a sentence documenting the meaning of the 3895 @deffn {MD Expression} define_constraint name docstring exp 3896 The @var{name} and @var{docstring} arguments are the same as for 3897 @code{define_register_constraint}, but note that the docstring comes 3936 @deffn {MD Expression} define_memory_constraint name docstring exp 3956 @deffn {MD Expression} define_address_constraint name docstring exp 3992 Each docstring in a constraint definition should be one or more complete 4001 beginning of a docstring, then (in the future) it will appear only in
|