Lines Matching defs:text

170 void maybe_update_execution_strings (char **text, unsigned int new_len);
372 --plaintext output plain text rather than Info.\n\
380 from Info output (thus producing plain text)\n\
390 Options for Info and plain text:\n\
434 --ifplaintext process @ifplaintext even if not generating plain text.\n\
437 --no-ifdocbook do not process @ifdocbook and @docbook text.\n\
438 --no-ifhtml do not process @ifhtml and @html text.\n\
439 --no-ifinfo do not process @ifinfo text.\n\
440 --no-ifplaintext do not process @ifplaintext text.\n\
441 --no-iftex do not process @iftex and @tex text.\n\
442 --no-ifxml do not process @ifxml and @xml text.\n\
444 Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n\
451 if generating plain text, --ifplaintext is on and the others are off;\n\
461 makeinfo --no-headers foo.texi write plain text to standard output\n\
538 Texinfo commands into wonderfully formatted output text. */
557 /* Set the text message domain. */
834 if we're generating info or (for compatibility) plain text. */
840 if we're generating plain text. */
975 /* Discard text until the desired string is found. The string is
976 included in the discarded text. */
1125 expand the text before looking for MATCH for those cases where
1344 The INPUT_TEXT_LENGTH is one past the actual end of the text. */
1644 no_headers ? "text"
1879 around the start text (before `:' or the node name). */
2091 some text, and fill the text as it is output. Handle commands by
2263 If we do, it means there is a syntax error in the input text.
2539 the real output, even though we fully expand the copying text.
2541 So we need to be able to check if we are defining the @copying text.
3092 /* Align the end of the text in output_paragraph with fill_column. */
3241 char *tmp_input_text = filestack->text;
3271 alt_arg = get_xref_token (1); /* expands all macros in alt text */
3400 text image. In the plaintext output, always include the text
3425 add_word (" text=\"");
3461 warning (_("@image file `%s' (for text) unreadable: %s"),
3635 /* All the text after @value{ upto the matching } will eventually
3637 with ARG == END. If the text produced until then sets
3705 /* If we hit the end of text in get_rest_of_line, backing up
3754 the text following an `=' sign in NAME, if any is present. */
3871 /* Execution of random text not in file. */
3931 maybe_update_execution_strings (char **text, unsigned int new_len)
3939 execution_strings[i]->string == *text)
3949 *text = xrealloc (*text, new_len + 1);
4045 we write the expanded text to macro_expansion_output_stream.) */
4125 /* Return text (info) expansion of STR no matter what the current output