Searched refs:implicit_code (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.h | 330 *expansion (char *str, int implicit_code), 332 *maybe_escaped_expansion (char *str, int implicit_code, int do_escape_html), 333 *full_expansion (char *str, int implicit_code);
|
H A D | makeinfo.c | 4018 expansion (char *str, int implicit_code) in expansion() argument 4020 return maybe_escaped_expansion (str, implicit_code, 0); in expansion() 4028 maybe_escaped_expansion (char *str, int implicit_code, int do_html_escape) in maybe_escaped_expansion() argument 4045 result = full_expansion (str, implicit_code); in maybe_escaped_expansion() 4061 full_expansion (char *str, int implicit_code) in full_expansion() argument 4084 if (strlen (str) > (implicit_code in full_expansion() 4089 execute_string (implicit_code ? "@code{%s}" : "%s", str); in full_expansion()
|