Searched refs:alt_arg (Results 1 – 1 of 1) sorted by relevance
3262 char *name_arg, *w_arg, *h_arg, *alt_arg, *ext_arg; in cm_image() local3270 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()