HomeSort by: relevance | last modified time | path
    Searched refs:SAMP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 71 TT, CODE, COMMAND_TAG, ENV, FILE_TAG, OPTION, SAMP, KBD, URL, KEY,
cmds.c 286 { "samp", cm_code, BRACE_ARGS },
811 else if (STREQ (command, "samp"))
815 /* Even though @samp is in_fixed_width_font, it
821 xml_insert_element (SAMP, arg);
833 { /* Use <samp> tag in general to get typewriter. */
835 { /* If @samp specifically, add quotes a la TeX output. */
836 if (STREQ (command, "samp")) add_char ('`');
837 add_word ("<samp>");
842 add_word ("</samp>");
843 if (STREQ (command, "samp")) add_char ('\'')
    [all...]
xml.c 107 { "samp", 0, 1, 0 },
320 { "literal", 0, 1, 0 }, /* SAMP */
501 { SAMP, VAR, -1 },
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 188 'samp', '"SAMP', # will put quotes, cf. &apply_style
1011 $html_element eq 'SAMP') {
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 188 'samp', '"SAMP', # will put quotes, cf. &apply_style
1011 $html_element eq 'SAMP') {

Completed in 36 milliseconds