Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c1056 unsigned xp_len, new_len; in replace_with_expansion() local
1084 xp_len = strlen (xp); in replace_with_expansion()
1091 if (xp_len != raw_len) in replace_with_expansion()
1093 new_len = from + xp_len + input_text_length - *to + 1; in replace_with_expansion()
1105 memmove (input_text + from + xp_len, in replace_with_expansion()
1108 *to += xp_len - raw_len; in replace_with_expansion()
1112 input_text_length += xp_len - raw_len; in replace_with_expansion()
1114 memcpy (input_text + from, xp, xp_len); in replace_with_expansion()