Home
last modified time | relevance | path

Searched refs:cm_accent (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/texinfo/makeinfo/
Dcmds.c66 { "=", cm_accent, MAYBE_BRACE_ARGS },
78 { "H", cm_accent, MAYBE_BRACE_ARGS },
175 { "dotaccent", cm_accent, MAYBE_BRACE_ARGS },
282 { "ringaccent", cm_accent, MAYBE_BRACE_ARGS },
320 { "tieaccent", cm_accent, MAYBE_BRACE_ARGS },
327 { "u", cm_accent, MAYBE_BRACE_ARGS },
328 { "ubaraccent", cm_accent, MAYBE_BRACE_ARGS },
329 { "udotaccent", cm_accent, MAYBE_BRACE_ARGS },
337 { "v", cm_accent, MAYBE_BRACE_ARGS },
Dlang.h136 void cm_accent (int arg), cm_special_char (int arg),
Dlang.c840 cm_accent (int arg) in cm_accent() function
/freebsd-9-stable/contrib/texinfo/
DChangeLog.465156 * makeinfo/cmds.c (cm_accent): Make the dot we add due to
5321 * makeinfo/cmds.c (cm_accent): Make the dot we add due to
5686 (cm_asterisk, cm_copyright, cm_accent, cm_code, cm_kbd,
5907 (command_table): Use cm_accent and MAYBE_BRACE_ARGS for all accents.
5911 (cm_accent): move almost all accent characters to after the argument.
7926 (cm_accent): Put _ from @ubaraccent after argument.
8064 * makeinfo/makeinfo.c (cm_accent, cm_special_char, cm_dotless):