Searched refs:MAYBE_BRACE_ARGS (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/texinfo/makeinfo/ |
| HD | cmds.c | 58 { "\"", cm_accent_umlaut, MAYBE_BRACE_ARGS }, 59 { "'", cm_accent_acute, MAYBE_BRACE_ARGS }, 61 { ",", cm_accent_cedilla, MAYBE_BRACE_ARGS }, 66 { "=", cm_accent, MAYBE_BRACE_ARGS }, 70 { "^", cm_accent_hat, MAYBE_BRACE_ARGS }, 71 { "`", cm_accent_grave, MAYBE_BRACE_ARGS }, 75 { "~", cm_accent_tilde, MAYBE_BRACE_ARGS }, 78 { "H", cm_accent, MAYBE_BRACE_ARGS }, 175 { "dotaccent", cm_accent, MAYBE_BRACE_ARGS }, 282 { "ringaccent", cm_accent, MAYBE_BRACE_ARGS }, [all …]
|
| HD | cmds.h | 40 #define MAYBE_BRACE_ARGS 2 macro
|
| HD | makeinfo.c | 2040 else if (entry->argument_in_braces == MAYBE_BRACE_ARGS) in read_command()
|
| /trueos/contrib/texinfo/ |
| HD | ChangeLog.46 | 5905 (MAYBE_BRACE_ARGS): New possibility, somewhat like TeX's 5907 (command_table): Use cm_accent and MAYBE_BRACE_ARGS for all accents. 5908 (read_command): Implement MAYBE_BRACE_ARGS.
|