Home
last modified time | relevance | path

Searched refs:deftypefun (Results 1 – 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/libreadline/doc/
Dhstech.texi147 @deftypefun void using_history (void)
150 @end deftypefun
152 @deftypefun {HISTORY_STATE *} history_get_history_state (void)
154 @end deftypefun
156 @deftypefun void history_set_history_state (HISTORY_STATE *state)
158 @end deftypefun
166 @deftypefun void add_history (const char *string)
169 @end deftypefun
171 @deftypefun void add_history_time (const char *string)
174 @end deftypefun
[all …]
Drltech.texi583 @deftypefun int rl_add_defun (const char *name, rl_command_func_t *function, int key)
587 @end deftypefun
603 @deftypefun Keymap rl_make_bare_keymap (void)
607 @end deftypefun
609 @deftypefun Keymap rl_copy_keymap (Keymap map)
611 @end deftypefun
613 @deftypefun Keymap rl_make_keymap (void)
617 @end deftypefun
619 @deftypefun void rl_discard_keymap (Keymap keymap)
621 @end deftypefun
[all …]
/freebsd-10-stable/contrib/binutils/libiberty/
Dobstacks.texi116 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})
123 @end deftypefun
171 @deftypefun {void *} obstack_alloc (struct obstack *@var{obstack-ptr}, int @var{size})
182 @end deftypefun
205 @deftypefun {void *} obstack_copy (struct obstack *@var{obstack-ptr}, void *@var{address}, int @var…
210 @end deftypefun
214 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, int @va…
217 @end deftypefun
246 @deftypefun void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object})
251 @end deftypefun
[all …]
Dfunctions.texi1333 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
1377 @end deftypefun
1475 @deftypefun int xatexit (void (*@var{fn}) (void))
1482 @end deftypefun
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dobstacks.texi116 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})
123 @end deftypefun
171 @deftypefun {void *} obstack_alloc (struct obstack *@var{obstack-ptr}, int @var{size})
182 @end deftypefun
205 @deftypefun {void *} obstack_copy (struct obstack *@var{obstack-ptr}, void *@var{address}, int @var…
210 @end deftypefun
214 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, int @va…
217 @end deftypefun
246 @deftypefun void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object})
251 @end deftypefun
[all …]
Dfunctions.texi1295 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
1339 @end deftypefun
1437 @deftypefun int xatexit (void (*@var{fn}) (void))
1444 @end deftypefun
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dobserver.texi56 @deftypefun extern struct observer *observer_attach_normal_stop (observer_normal_stop_ftype *@var{f…
59 @end deftypefun
61 @deftypefun extern void observer_detach_normal_stop (struct observer *@var{observer});
64 @end deftypefun
66 @deftypefun extern void observer_notify_normal_stop (void);
68 @end deftypefun
Dgdbint.texinfo903 @deftypefun void ui_out_table_begin (struct ui_out *@var{uiout}, int @var{nbrofcols}, int @var{nr_r…
915 @end deftypefun
917 @deftypefun void ui_out_table_header (struct ui_out *@var{uiout}, int @var{width}, enum ui_align @v…
930 @end deftypefun
932 @deftypefun void ui_out_table_body (struct ui_out *@var{uiout})
934 @end deftypefun
936 @deftypefun void ui_out_table_end (struct ui_out *@var{uiout})
944 @end deftypefun
952 @deftypefun void ui_out_tuple_begin (struct ui_out *@var{uiout}, const char *@var{id})
957 @end deftypefun
[all …]
/freebsd-10-stable/contrib/texinfo/makeinfo/
Dinsertion.h27 defopt, defspec, deftp, deftypecv, deftypefn, deftypefun, deftypeivar, enumerator
Ddefun.c313 case deftypefun: base_type = deftypefn; break; in get_base_type()
402 case deftypefun: in defun_internal()
Dinsertion.c300 || (type == deftypefun) in defun_insertion()
907 case deftypefun: in begin_insertion()
/freebsd-10-stable/contrib/binutils/gas/doc/
Dinternals.texi1841 @deftypefun @{@} int had_warnings (void)
1845 @end deftypefun
1847 @deftypefun @{@} void as_tsktsk (const char *@var{format}, ...)
1859 @end deftypefun
1861 @deftypefun @{@} void as_warn_where (char *@var{file}, unsigned int @var{line}, const char *@var{fo…
1868 @end deftypefun
1870 @deftypefun @{@} void sprint_value (char *@var{buf}, valueT @var{val})
1875 @end deftypefun
1881 @deftypefun @{@} @{struct hash_control *@} hash_new (void)
1883 @end deftypefun
[all …]
/freebsd-10-stable/contrib/gperf/doc/
Dgperf.texi776 @deftypefun {unsigned int} hash (const char * @var{str}, unsigned int @var{len})
785 @end deftypefun
787 @deftypefun {} in_word_set (const char * @var{str}, unsigned int @var{len})
793 @end deftypefun
/freebsd-10-stable/contrib/gcc/doc/
Dmd.texi3144 @deftypefun {inline bool} satisfies_constraint_@var{m} (rtx @var{exp})
3149 @end deftypefun
3151 @deftypefun bool constraint_satisfied_p (rtx @var{exp}, enum constraint_num @var{c})
3156 @end deftypefun
3158 @deftypefun {enum reg_class} regclass_for_constraint (enum constraint_num @var{c})
3162 @end deftypefun
Dtm.texi6536 @deftypefun void file_end_indicate_exec_stack ()
6543 @end deftypefun
9394 @deftypefun void c_register_pragma (const char *@var{space}, const char *@var{name}, void (*@var{ca…
9431 @end deftypefun
/freebsd-10-stable/contrib/texinfo/doc/
Dtexinfo.txi12007 @item @@deftypefun @var{data-type} @var{name} @var{arguments}@dots{}
12008 @findex deftypefun
12009 The @code{@@deftypefun} command is the specialized definition command
12015 @@deftypefun @var{type} @var{name} @var{arguments}@dots{}
12017 @@end deftypefun
12021 @code{@@deftypefun} creates an entry in the index of functions for
12034 @code{@@deftypevar} corresponds to @code{@@deftypefun}.@refill
16995 @item @@deftypefun @var{data-type} @var{function-name} @var{arguments}@dots{}
/freebsd-10-stable/contrib/amd/doc/
Dtexinfo.tex6888 % are printed on their own line. This affects @deftypefn, @deftypefun,
6985 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} }
/freebsd-10-stable/contrib/gcc/doc/include/
Dtexinfo.tex5467 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} }
/freebsd-10-stable/contrib/groff/doc/
Dtexinfo.tex5343 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} }
/freebsd-10-stable/contrib/texinfo/
DChangeLog.4612047 * texinfo.tex (\deftypefun): New macro.