Home
last modified time | relevance | path

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

/trueos/contrib/texinfo/makeinfo/
HDmakeinfo.c3249 char *name_arg, *w_arg, *h_arg, *alt_arg, *ext_arg; in cm_image() local
3257 alt_arg = get_xref_token (1); /* expands all macros in alt text */ in cm_image()
3330 escape_string (*alt_arg ? text_expansion (alt_arg) : fullname)); in cm_image()
3350 execute_string ("%s", alt_arg); in cm_image()
3404 if (*alt_arg) in cm_image()
3405 add_word_args (" alt=\"%s\"", alt_arg); in cm_image()
3464 if (alt_arg) in cm_image()
3465 free (alt_arg); in cm_image()
/trueos/contrib/texinfo/
HDChangeLog.462883 * makeinfo/makeinfo.c (cm_image): new variable, alt_arg now allows