Home
last modified time | relevance | path

Searched refs:implicit_code (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h324 *expansion (char *str, int implicit_code),
326 *maybe_escaped_expansion (char *str, int implicit_code, int do_escape_html),
327 *full_expansion (char *str, int implicit_code);
H A Dmakeinfo.c4023 expansion (char *str, int implicit_code) in expansion() argument
4025 return maybe_escaped_expansion (str, implicit_code, 0); in expansion()
4033 maybe_escaped_expansion (char *str, int implicit_code, int do_html_escape) in maybe_escaped_expansion() argument
4050 result = full_expansion (str, implicit_code); in maybe_escaped_expansion()
4066 full_expansion (char *str, int implicit_code) in full_expansion() argument
4089 if (strlen (str) > (implicit_code in full_expansion()
4094 execute_string (implicit_code ? "@code{%s}" : "%s", str); in full_expansion()