Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c3254 char *name_arg, *w_arg, *h_arg, *alt_arg, *ext_arg; in cm_image() local
3262 alt_arg = get_xref_token (1); /* expands all macros in alt text */ in cm_image()
3335 escape_string (*alt_arg ? text_expansion (alt_arg) : fullname)); in cm_image()
3355 execute_string ("%s", alt_arg); in cm_image()
3409 if (*alt_arg) in cm_image()
3410 add_word_args (" alt=\"%s\"", alt_arg); in cm_image()
3469 if (alt_arg) in cm_image()
3470 free (alt_arg); in cm_image()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.462883 * makeinfo/makeinfo.c (cm_image): new variable, alt_arg now allows