Searched refs:text_expansion (Results 1 – 14 of 14) sorted by relevance
63 count_floats_of_type_in_chapter (text_expansion (type), in add_new_float()93 if (strlen (temp->id) > 0 && STREQ (text_expansion (temp->type), type)) in count_floats_of_type_in_chapter()187 "type=\"%s\"", text_expansion (float_type)); in cm_listoffloats()
210 text_expansion (title) : (char *) _("Untitled")); in html_output_head()276 insert_string (text_expansion (copying_text)); in html_output_head()
325 *text_expansion (char *str),
713 add_word_args (" title=\"%s\"", text_expansion (description)); in cm_acronym_or_abbr()727 text_expansion (temp->description)); in cm_acronym_or_abbr()1680 filename = text_expansion (arg); in handle_include()
498 text_expansion (url)); in cm_uref()
385 text_expansion (temp)); in sectioning_underscore()
3335 escape_string (*alt_arg ? text_expansion (alt_arg) : fullname)); in cm_image()4123 text_expansion (char *str) in text_expansion() function
74 unsigned text_expansion; member
5311 return fragP->tc_frag_data.text_expansion;6590 fragP->tc_frag_data.text_expansion);6602 fragP->tc_frag_data.text_expansion += growth;6672 if (fragP->tc_frag_data.text_expansion)6676 fragP->tc_frag_data.text_expansion = 0;6685 if (fragP->tc_frag_data.text_expansion == 0)6687 fragP->tc_frag_data.text_expansion = 1;6728 fragP->tc_frag_data.text_expansion);6831 text_diff = num_text_bytes - fragP->tc_frag_data.text_expansion;6837 fragP->tc_frag_data.text_expansion = num_text_bytes;[all …]
237 int text_expansion[MAX_SLOTS]; member
4417 return 2 + fragP->tc_frag_data.text_expansion[0]; in frag_format_size()8288 fragP->tc_frag_data.text_expansion[0]); in relax_frag_loop_align()8300 fragP->tc_frag_data.text_expansion[0] += growth; in relax_frag_loop_align()8356 fragP->tc_frag_data.text_expansion[0] = stretch_me; in relax_frag_for_align()8363 fragP->tc_frag_data.text_expansion[0] = stretch_me; in relax_frag_for_align()8431 address += fragP->tc_frag_data.text_expansion[0]; in find_address_of_next_align_frag()9055 assert (fragP->tc_frag_data.text_expansion[0] == 1 in convert_frag_narrow()9056 || fragP->tc_frag_data.text_expansion[0] == 0); in convert_frag_narrow()9062 if (fragP->tc_frag_data.text_expansion[0] == 0) in convert_frag_narrow()9107 int size = fragP->tc_frag_data.text_expansion[0]; in convert_frag_fill_nop()[all …]
1629 * makeinfo/html.c (html_output_head): use text_expansion for copying2793 * makeinfo/makeinfo.c (cm_image): use text_expansion for alt3536 (text_expansion): also reset docbook.
827 * makeinfo/cmds.c (handle_include): call text_expansion on the3403 * makeinfo/makeinfo.c (text_expansion): new routine.3407 * makeinfo/makeinfo.h (text_expansion): declare.
1007 Delete is_text and is_longcalls fields. Change text_expansion and