Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmakeinfo.c3262 char *name_arg, *w_arg, *h_arg, *alt_arg, *ext_arg; in cm_image() local
3270 alt_arg = get_xref_token (1); /* expands all macros in alt text */ in cm_image()
3343 escape_string (*alt_arg ? text_expansion (alt_arg) : fullname)); in cm_image()
3363 execute_string ("%s", alt_arg); in cm_image()
3417 if (*alt_arg) in cm_image()
3418 add_word_args (" alt=\"%s\"", alt_arg); in cm_image()
3477 if (alt_arg) in cm_image()
3478 free (alt_arg); in cm_image()